Skip to content

Commit

Permalink
Use files property of package.json instead of .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Aug 27, 2018
1 parent 917b39d commit 5dd8f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"url": "https://github.com/vaadin/vaadin-button/issues"
},
"homepage": "https://vaadin.com/components",
"files": [
"vaadin-*.js",
"src",
"theme"
],
"scripts": {
"test": "wct",
"preversion": "gulp version:update"
Expand Down

0 comments on commit 5dd8f78

Please sign in to comment.