Skip to content

Commit

Permalink
Updated babel to 7.x beta
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptonicus committed Jul 3, 2018
1 parent 2c3736d commit e371829
Show file tree
Hide file tree
Showing 3 changed files with 2,109 additions and 1,511 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["@babel/es2015"]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"homepage": "https://github.com/IronCountySchoolDistrict/iep-alert#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"@babel/cli": "^7.0.0-beta.51",
"@babel/preset-es2015": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"gulp": "^3.9.1",
"gulp-ps-tasks": "^0.6.3"
"gulp-ps-tasks": "^0.7.0"
}
}
Loading

0 comments on commit e371829

Please sign in to comment.