fix: change npm to public
parent
9c4e4119ad
commit
191c82d9b4
|
@ -9,6 +9,10 @@
|
||||||
"./README.md",
|
"./README.md",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
|
"private": false,
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"command-exists": "1.2.9",
|
"command-exists": "1.2.9",
|
||||||
"node-cmd": "4.0.0",
|
"node-cmd": "4.0.0",
|
||||||
|
|
Loading…
Reference in New Issue