Skip to content

Commit

Permalink
prefer files stanza in package.json over .npmignore, exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Apr 6, 2016
1 parent 8bd070b commit 84e06a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -13,5 +13,10 @@
"repository": "https://github.com/npm/node-semver",
"bin": {
"semver": "./bin/semver"
}
},
"files": [
"bin",
"range.bnf",
"semver.js"
]
}

0 comments on commit 84e06a2

Please sign in to comment.