We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e491f commit 114e93eCopy full SHA for 114e93e
package.json
@@ -8,9 +8,12 @@
8
"module": "dist/react-hooks.mjs",
9
"browser": "dist/react-hooks.js",
10
"source": "src/index.ts",
11
- "repository": "https://github.com/Liinkiing/react-hooks",
+ "repository": "git://github.com/Liinkiing/react-hooks",
12
"bugs": "https://github.com/Liinkiing/react-hooks/issues",
13
"author": "Omar Jbara <omar.jbara2@gmail.com>",
14
+ "publishConfig": {
15
+ "registry": "https://npm.pkg.github.com/"
16
+ },
17
"license": "MIT",
18
"scripts": {
19
"build": "microbundle -o dist/ --sourcemap false",
0 commit comments