Skip to content

Commit

Permalink
Limit packaging extraneous files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHerhold committed Apr 26, 2016
1 parent 326816f commit 3accec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
"scripts": {
"test": "gulp build:dev && gulp build:examples && gulp lint"
},
"dependencies": {}
"dependencies": {},
"files": [
"src",
"build",
"CHANGELOG.md"
]
}

0 comments on commit 3accec6

Please sign in to comment.