Skip to content

Commit

Permalink
babel was renamed to babel-core
Browse files Browse the repository at this point in the history
Run `npm install --global gulp` if gulp is still trying to load `babel/register` (instead of `babel-core/register`).

Fixes google#726
  • Loading branch information
arthurvr committed Jul 8, 2015
1 parent 0b94f55 commit 96bcb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"devDependencies": {
"apache-server-configs": "^2.7.1",
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"browser-sync": "^2.6.4",
"del": "^1.1.0",
"gulp": "^3.9.0",
Expand Down

0 comments on commit 96bcb4d

Please sign in to comment.