Skip to content

Commit

Permalink
Update Babel and ESLint to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bodia-uz authored and koistya committed Apr 16, 2015
1 parent cbbb60c commit c5d640f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"stage": 0
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"npm": ">= 2.1"
},
"dependencies": {
"babel": "4.7.16",
"babel": "5.1.10",
"bootstrap": "3.3.4",
"eventemitter3": "0.1.6",
"express": "4.12.3",
Expand All @@ -24,14 +24,14 @@
},
"devDependencies": {
"autoprefixer-loader": "^1.2.0",
"babel-core": "^4.7.16",
"babel-eslint": "^2.0.2",
"babel-loader": "^4.3.0",
"babel-core": "^5.1.10",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
"browser-sync": "^2.5.3",
"css-loader": "^0.10.1",
"del": "^1.1.1",
"eslint": "^0.18.0",
"eslint-loader": "^0.9.0",
"eslint": "^0.19.0",
"eslint-loader": "^0.10.0",
"git-push": "^0.1.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var config = {
{
test: /\.jsx?$/,
exclude: /node_modules/,
loader: 'babel-loader?playground'
loader: 'babel-loader'
}
]
}
Expand Down

0 comments on commit c5d640f

Please sign in to comment.