Skip to content

Commit

Permalink
Restrict npm publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
mondwan committed Mar 11, 2023
1 parent 2b19fc9 commit c8ace4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@
"nyc": "^15.1.0",
"sinon": "9.2.2"
},
"main": "index.js"
"main": "index.js",
"files": [
"index.js",
"lib/**/*",
"lib/*"
]
}

0 comments on commit c8ace4b

Please sign in to comment.