rumious 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +2437 -14
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +505 -9
- package/dist/index.esm.js +2437 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +505 -10
- package/dist/index.js +2437 -14
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +505 -9
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "rumious",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.2",
|
4
4
|
"description": "The simple library for build UI",
|
5
5
|
"keywords": [
|
6
6
|
"rumious",
|
@@ -21,9 +21,9 @@
|
|
21
21
|
"dist/*",
|
22
22
|
"index.js"
|
23
23
|
],
|
24
|
-
"dependencies": {
|
25
|
-
|
26
|
-
|
24
|
+
"dependencies": {
|
25
|
+
"mutative": "^1.1.0"
|
26
|
+
},
|
27
27
|
"repository": {
|
28
28
|
"type": "git",
|
29
29
|
"url": "git+https://github.com/smtdfc/rumious.git"
|