Skip to content

Commit

Permalink
Update to babel6 and bump outdated devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Nov 25, 2015
1 parent d6cce14 commit b97dfbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babelify": "^6.4.0",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"eslint": "^1.5.0",
"eslint-config-airbnb": "0.0.9",
"karma-browserify": "^4.3.0",
"eslint": "^1.9.0",
"eslint-config-airbnb": "1.0.0",
"karma-browserify": "^4.4.0",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-shim": "^1.1.2",
"watchify": "^3.5.0"
"watchify": "^3.6.1"
},
"private": true
}

0 comments on commit b97dfbf

Please sign in to comment.