Thanks to visit codestin.com Credit goes to github.com
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 de0466d commit 400de48Copy full SHA for 400de48
package.json
@@ -14,7 +14,7 @@
14
"build": "babel -d lib/ src/",
15
"prebuild": "npm run clean:all",
16
"precommit": "npm run lint && npm run cover",
17
- "commit": "git add . && git-cz && git push origin",
+ "commit": "git-cz && git push origin",
18
"watch:build": "babel --watch -d lib/ src/",
19
"watch:test": "npm run test -- -w",
20
"test": "mocha tests --compilers js:babel-register",
@@ -47,7 +47,7 @@
47
"safe-access": "0.1.0"
48
},
49
"peerDependencies": {
50
- "mobx": "^2.5.0 || ^3.0.0 || ^4.0.0"
+ "mobx": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
51
52
"devDependencies": {
53
"babel-cli": "6.22.0",
0 commit comments