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