Skip to content

Commit 8a652a2

Browse files
committed
0.2.2
1 parent 8baf587 commit 8a652a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-most",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "High Prefomance Monadic Reactive State Container for React",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,9 @@
1111
"doc": "./docs",
1212
"lib": "./lib"
1313
},
14-
"files": ["engine"],
14+
"files": [
15+
"engine"
16+
],
1517
"scripts": {
1618
"license": "(cat LICENSE.txt; cat react-most.js) > react-most.licensed.js && mv react-most.licensed.js react-most.js",
1719
"build": "babel lib -d ./ --ignore '__tests__' && npm run license",

0 commit comments

Comments
 (0)