Skip to content

Commit

Permalink
Merge pull request #1039 from SimenB/files
Browse files Browse the repository at this point in the history
Use files in package.json
  • Loading branch information
gaearon committed Nov 15, 2015
2 parents 7ab1acb + 7588e4b commit 4942cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
14 changes: 0 additions & 14 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 @@ -4,6 +4,11 @@
"description": "Predictable state container for JavaScript apps",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"files": [
"dist",
"lib",
"src"
],
"scripts": {
"clean": "rimraf lib dist coverage",
"lint": "eslint src test examples",
Expand Down

0 comments on commit 4942cee

Please sign in to comment.