Skip to content

Commit 8603d6c

Browse files
author
Griko Nibras
committed
feat(npm): add np config
1 parent 001c4ae commit 8603d6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kodingdotninja/use-toggle",
33
"description": "Toggle custom hook and component wrapper for React 🔦",
4-
"version": "0.0.1",
4+
"version": "0.0.0",
55
"author": "Griko Nibras <[email protected]>",
66
"homepage": "https://github.com/kodingdotninja/use-toggle",
77
"repository": "https://github.com/kodingdotninja/use-toggle.git",
@@ -82,6 +82,10 @@
8282
"singleQuote": false,
8383
"trailingComma": "all"
8484
},
85+
"publishConfig": {
86+
"access": "public",
87+
"registry": "https://registry.npmjs.org"
88+
},
8589
"keywords": [
8690
"kdnj",
8791
"kodingdotninja",

0 commit comments

Comments
 (0)