Skip to content

Releases: babel/babel-upgrade

v0.0.9

21 Feb 02:40
Compare
Choose a tag to compare

v0.0.9

Run npx babel-upgrade.

  • Account for babel-node change, and jest babel bridge (#15)
"devDependencies": {
  "@babel/cli": "7.0.0-beta.39",
+ "@babel/node": "7.0.0-beta.39"
},
"scripts": {
  "start": "babel-node a.js"
}
"devDependencies": {
  "@babel/core": "7.0.0-beta.39",
+ "babel-core": "7.0.0-bridge.0",
  "jest": "^22.0.0"
},
"scripts": {
  "test": "jest"
}
  • Update all babelrc's in the cwd, if not a monorepo (#14)
- src/
- example/
  - .babelrc // now modifies these too
- test/
  - .babelrc // now modifies these too
- `.babelrc`