Skip to content

Commit

Permalink
Use files in package.json
Browse files Browse the repository at this point in the history
Fixes #1033
  • Loading branch information
SimenB committed Nov 15, 2015
1 parent 7ab1acb commit 7588e4b
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 7588e4b

Please sign in to comment.