Skip to content

Commit 382db98

Browse files
authored
Merge pull request easingthemes#58 from easingthemes/feature/package-json-automation-4
fix: change npm to public
2 parents 5109c97 + 191c82d commit 382db98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"./README.md",
1010
"LICENSE"
1111
],
12+
"private": false,
13+
"publishConfig": {
14+
"access": "public"
15+
},
1216
"dependencies": {
1317
"command-exists": "1.2.9",
1418
"node-cmd": "4.0.0",

0 commit comments

Comments
 (0)