Skip to content

Commit

Permalink
Merge pull request #272 from marcind/packageFiles
Browse files Browse the repository at this point in the history
Use "files" package.json field instead of npmignore
  • Loading branch information
luisrudge authored Jun 5, 2018
2 parents 7a2856d + 7d19b15 commit 66cc535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

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": "2.10.0",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "mocha -R spec $(find ./test -name *.tests.js)",
"test:ci":
Expand Down

0 comments on commit 66cc535

Please sign in to comment.