We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ab1acb + 7588e4b commit 4942ceeCopy full SHA for 4942cee
.npmignore
package.json
@@ -4,6 +4,11 @@
4
"description": "Predictable state container for JavaScript apps",
5
"main": "lib/index.js",
6
"jsnext:main": "src/index.js",
7
+ "files": [
8
+ "dist",
9
+ "lib",
10
+ "src"
11
+ ],
12
"scripts": {
13
"clean": "rimraf lib dist coverage",
14
"lint": "eslint src test examples",
0 commit comments