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

fix: change npm to public
This commit is contained in:
Dragan Filipović
2021-05-28 00:37:29 +02:00
committed by GitHub

View File

@@ -9,6 +9,10 @@
"./README.md",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"command-exists": "1.2.9",
"node-cmd": "4.0.0",