Skip to content

Commit

Permalink
chore(deps): update Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Oct 31, 2015
1 parent 8cbcbbd commit 1794fa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["babel-preset-es2015"]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
"homepage": "https://github.com/dustinspecker/eslint-config-dustinspecker#readme",
"dependencies": {},
"devDependencies": {
"babel": "^5.6.12",
"babel-core": "^6.0.12",
"babel-preset-es2015": "^6.0.12",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"eslint": "^1.0.0",
"eslint-path-formatter": "^0.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-babel": "^6.0.0",
"gulp-eslint": "^1.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^3.0.1",
Expand Down

0 comments on commit 1794fa4

Please sign in to comment.