mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
Merge pull request #58 from easingthemes/feature/package-json-automation-4
fix: change npm to public
This commit is contained in:
commit
382db98e53
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue