Skip to content

Commit

Permalink
npmignore -> package.json files field
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 27, 2017
1 parent a92ec4e commit c78578b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"build-min": "browserify index.js -s delaunator | uglifyjs -c -m > delaunator.min.js",
"prepare": "npm run build && npm run build-min"
},
"files": [
"delaunator.js",
"delaunator.min.js"
],
"eslintConfig": {
"extends": "mourner"
},
Expand Down

0 comments on commit c78578b

Please sign in to comment.