Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 3d593fa

Browse files
fix: Downgrade babel-runtime to v5
This is needed because of https://phabricator.babeljs.io/T6644.
1 parent 2bbbf6c commit 3d593fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-loader": "^6.2.0",
2727
"babel-plugin-transform-runtime": "^6.1.18",
2828
"babel-preset-es2015": "^6.0.15",
29-
"babel-runtime": "^6.2.0",
29+
"babel-runtime": "^5.8.34",
3030
"concurrently": "^1.0.0",
3131
"eslint-config-standard": "^4.4.0",
3232
"eslint-plugin-standard": "^1.3.1",

0 commit comments

Comments
 (0)