Skip to content

Commit

Permalink
Upgrade teh babels
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
kevincupp committed Nov 21, 2018
1 parent 9bdb8fc commit 196f85c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ee_node_tools
build:
context: .
command: node_modules/.bin/babel themes/ee/asset/javascript/src/ --watch -x ".es6" --out-dir themes/ee/asset/javascript/src/
command: npx babel themes/ee/asset/javascript/src/ --watch -x ".es6" --out-dir themes/ee/asset/javascript/src/
volumes:
- .:/opt/app:delegated
- /opt/app/node_modules # Prevent local node_modules from being mounted
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"repository": "https://github.com/EllisLab/ExpressionEngine",
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.0.20",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0"
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-upgrade": "^0.0.23",
}
}

0 comments on commit 196f85c

Please sign in to comment.