Skip to content

Commit 329903d

Browse files
committed
fix babel-runtime dep
1 parent e376821 commit 329903d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
]
4747
},
4848
"devDependencies": {
49-
"babel-core": "^5.0.0",
50-
"babel-loader": "^5.0.0",
51-
"babel-runtime": "^6.1.18",
49+
"babel-core": "^5.8.0",
50+
"babel-loader": "^5.4.0",
51+
"babel-runtime": "^5.8.0",
5252
"casperjs": "^1.1.0-beta3",
5353
"codecov.io": "^0.1.2",
5454
"eslint": "^1.3.1",

0 commit comments

Comments
 (0)