Skip to content

Commit

Permalink
build(npm): disallow .files from being packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Dec 12, 2019
1 parent eef109d commit f2c6c0b
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 @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "A YAML updater for standard-version.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"commit": "npx git cz",
"lint": "npx eslint --ext .js --ignore-path .gitignore .",
Expand Down

0 comments on commit f2c6c0b

Please sign in to comment.