Skip to content

Commit

Permalink
chore: add publishConfig field in package.json (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Dec 15, 2021
1 parent 5cb3a94 commit 6d20aa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"bin",
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint .",
"test": "mocha \"tests/init/**/*.js\"",
Expand Down

0 comments on commit 6d20aa3

Please sign in to comment.