Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 400de48

Browse files
committed
fix: mobx 5 support
1 parent de0466d commit 400de48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "babel -d lib/ src/",
1515
"prebuild": "npm run clean:all",
1616
"precommit": "npm run lint && npm run cover",
17-
"commit": "git add . && git-cz && git push origin",
17+
"commit": "git-cz && git push origin",
1818
"watch:build": "babel --watch -d lib/ src/",
1919
"watch:test": "npm run test -- -w",
2020
"test": "mocha tests --compilers js:babel-register",
@@ -47,7 +47,7 @@
4747
"safe-access": "0.1.0"
4848
},
4949
"peerDependencies": {
50-
"mobx": "^2.5.0 || ^3.0.0 || ^4.0.0"
50+
"mobx": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
5151
},
5252
"devDependencies": {
5353
"babel-cli": "6.22.0",

0 commit comments

Comments
 (0)