Merge pull request #58 from easingthemes/feature/package-json-automation-4

fix: change npm to public
main
Dragan Filipović 2021-05-28 00:37:29 +02:00 committed by GitHub
commit 382db98e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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",