Skip to content

Commit

Permalink
trying update babel to fix npm start issue
Browse files Browse the repository at this point in the history
  • Loading branch information
irvin committed Oct 5, 2018
1 parent 85dcf49 commit bb95d6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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/preset-env"]
}
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"compass-mixins": "^0.12.7",
"connect-livereload": "^0.5.4",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-refresh": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7"
"gulp-util": "^3.0.8"
},
"repository": [
{
Expand Down

0 comments on commit bb95d6e

Please sign in to comment.