Skip to content

Commit

Permalink
Merge pull request #1762 from Den-dp/master
Browse files Browse the repository at this point in the history
For npm builds use whitelisting with "files" field instead of .npmignore
  • Loading branch information
danialfarid committed Oct 26, 2016
2 parents cdf1688 + 6f1f2ad commit 8218d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .npmignore

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"load-grunt-tasks": "^3.1.0"
},
"description": "An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers",
"main": "index.js",
"files": [
"index.js",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 8218d36

Please sign in to comment.