Skip to content

Commit

Permalink
Merge pull request #29 from infacto/master
Browse files Browse the repository at this point in the history
Don't use .npmignore - Use "files" in package.json.
  • Loading branch information
dpogue authored Sep 3, 2020
2 parents 63f5d4c + 0f933f7 commit 89ed669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
},
"author": "Darryl Pogue <darryl@dpogue.ca>",
"contributors": [
"Sam Evanuk <samevanuk@gmail.com>"
"Sam Evanuk <samevanuk@gmail.com>",
"Infacto <infacto@tuta.io>"
],
"license": "Apache-2.0",
"main": "src/seymour.js",
"bin": "bin/seymour",
"files": [
"bin",
"src"
],
"scripts": {
"lint": "eslint .",
"test": "tap test/*.js",
Expand Down

0 comments on commit 89ed669

Please sign in to comment.