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.
1 parent 8baf587 commit 8a652a2Copy full SHA for 8a652a2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-most",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "High Prefomance Monadic Reactive State Container for React",
5
"repository": {
6
"type": "git",
@@ -11,7 +11,9 @@
11
"doc": "./docs",
12
"lib": "./lib"
13
},
14
- "files": ["engine"],
+ "files": [
15
+ "engine"
16
+ ],
17
"scripts": {
18
"license": "(cat LICENSE.txt; cat react-most.js) > react-most.licensed.js && mv react-most.licensed.js react-most.js",
19
"build": "babel lib -d ./ --ignore '__tests__' && npm run license",
0 commit comments