Skip to content

Commit

Permalink
Merge pull request #244 from MarkHerhold/master
Browse files Browse the repository at this point in the history
limit packaging extraneous files
  • Loading branch information
liabru authored Jun 25, 2016
2 parents 4972af8 + 3accec6 commit 3449ca5
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 3449ca5

Please sign in to comment.