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 001c4ae commit 8603d6cCopy full SHA for 8603d6c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@kodingdotninja/use-toggle",
3
"description": "Toggle custom hook and component wrapper for React 🔦",
4
- "version": "0.0.1",
+ "version": "0.0.0",
5
"author": "Griko Nibras <[email protected]>",
6
"homepage": "https://github.com/kodingdotninja/use-toggle",
7
"repository": "https://github.com/kodingdotninja/use-toggle.git",
@@ -82,6 +82,10 @@
82
"singleQuote": false,
83
"trailingComma": "all"
84
},
85
+ "publishConfig": {
86
+ "access": "public",
87
+ "registry": "https://registry.npmjs.org"
88
+ },
89
"keywords": [
90
"kdnj",
91
"kodingdotninja",
0 commit comments