Skip to content

Commit

Permalink
Replace .npmignore with package.json "files" option. (#5245)
Browse files Browse the repository at this point in the history
This effectively removes the following from the NPM packages:
* bower_components
* dist
* CONTRIBUTING.md
* gen-tsd.json
* gulpfile.js
* wct.conf.json

Fixes #5244
  • Loading branch information
coreyfarrell authored and TimvdLippe committed May 30, 2018
1 parent 92259d8 commit eb84ea0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,12 @@
},
"dependencies": {
"@webcomponents/shadycss": "^1.2.0"
}
},
"files": [
"externs",
"lib",
"index.html",
"polymer-*.js",
"manifest.json"
]
}

0 comments on commit eb84ea0

Please sign in to comment.