We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb8a63 commit 2c7a896Copy full SHA for 2c7a896
.np-config.json
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.9",
4
"description": "A React hook for using window width breakpoints.",
5
"author": "Ty Mick <ty@tymick.me> (https://tymick.me)",
6
- "repository": "github:tywmick/use-window-width-breakpoints",
+ "repository": "https://github.com/tywmick/use-window-width-breakpoints.git",
7
"license": "Apache-2.0",
8
"source": "src/index.ts",
9
"main": "dist/index.js",
@@ -19,6 +19,9 @@
19
"dev": "microbundle watch",
20
"test": "npm run build && jest --verbose"
21
},
22
+ "np": {
23
+ "yarn": false
24
+ },
25
"peerDependencies": {
26
"react": ">=16.8.0"
27
0 commit comments