Skip to content

Commit 8c9794a

Browse files
committed
fix: for babel6
1 parent 719dd97 commit 8c9794a

File tree

2 files changed

+225
-22
lines changed

2 files changed

+225
-22
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"messages"
3737
],
3838
"dependencies": {
39-
"extract-react-intl": "^0.9.0",
39+
"extract-react-intl": "0.7.1",
4040
"flat": "^4.1.0",
4141
"js-yaml": "^3.12.1",
4242
"load-json-file": "^5.1.0",
@@ -49,6 +49,7 @@
4949
"devDependencies": {
5050
"all-contributors-cli": "^5.10.2",
5151
"ava": "^1.1.0",
52+
"babel-core": "^6.26.3",
5253
"husky": "^1.3.1",
5354
"lint-staged": "^8.1.0",
5455
"pify": "^4.0.1",

0 commit comments

Comments
 (0)