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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rumious",
3
- "version": "0.0.1",
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
- "devDependencies": {},
26
- "peerDependencies": {},
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"