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

Commit

Permalink
fix: Downgrade babel-runtime to v5
Browse files Browse the repository at this point in the history
This is needed because of https://phabricator.babeljs.io/T6644.
  • Loading branch information
dignifiedquire committed Nov 19, 2015
1 parent 2bbbf6c commit 3d593fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.0.15",
"babel-runtime": "^6.2.0",
"babel-runtime": "^5.8.34",
"concurrently": "^1.0.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
Expand Down

0 comments on commit 3d593fa

Please sign in to comment.