Skip to content

Commit 2c7a896

Browse files
committed
Move np config
1 parent bfb8a63 commit 2c7a896

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.np-config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.9",
44
"description": "A React hook for using window width breakpoints.",
55
"author": "Ty Mick <ty@tymick.me> (https://tymick.me)",
6-
"repository": "github:tywmick/use-window-width-breakpoints",
6+
"repository": "https://github.com/tywmick/use-window-width-breakpoints.git",
77
"license": "Apache-2.0",
88
"source": "src/index.ts",
99
"main": "dist/index.js",
@@ -19,6 +19,9 @@
1919
"dev": "microbundle watch",
2020
"test": "npm run build && jest --verbose"
2121
},
22+
"np": {
23+
"yarn": false
24+
},
2225
"peerDependencies": {
2326
"react": ">=16.8.0"
2427
},

0 commit comments

Comments
 (0)