Skip to content

Commit

Permalink
test(deps): upgrade to babel@6
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 26, 2016
1 parent c19a9b4 commit 3b56f63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
4 changes: 1 addition & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ module.exports = function (grunt) {
},
mochaTest: {
options: {
require: [
'babel/register'
],
require: 'babel-register',
reporter: 'dot',
ui: 'bdd',
quiet: false,
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@
},
"devDependencies": {
"LiveScript": "^1.3.0",
"babel": "^5.6.23",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chai": "^3.3.0",
"chai-as-promised": "^5.0.0",
"chai-subset": "^1.2.2",
Expand Down

0 comments on commit 3b56f63

Please sign in to comment.