Skip to content

Commit 114e93e

Browse files
committed
- Switched to Github Packages
1 parent 34e491f commit 114e93e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
"module": "dist/react-hooks.mjs",
99
"browser": "dist/react-hooks.js",
1010
"source": "src/index.ts",
11-
"repository": "https://github.com/Liinkiing/react-hooks",
11+
"repository": "git://github.com/Liinkiing/react-hooks",
1212
"bugs": "https://github.com/Liinkiing/react-hooks/issues",
1313
"author": "Omar Jbara <omar.jbara2@gmail.com>",
14+
"publishConfig": {
15+
"registry": "https://npm.pkg.github.com/"
16+
},
1417
"license": "MIT",
1518
"scripts": {
1619
"build": "microbundle -o dist/ --sourcemap false",

0 commit comments

Comments
 (0)