Download Latest Version v0.0.9.zip (57.9 kB)
Email in envelope

Get an email when there's a new version of babel-upgrade

Home / v0.0.9
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2018-02-21 708 Bytes
v0.0.9.tar.gz 2018-02-21 51.6 kB
v0.0.9.zip 2018-02-21 57.9 kB
Totals: 3 Items   110.2 kB 0

v0.0.9

Run npx babel-upgrade.

  • Account for babel-node change, and jest babel bridge (#15)

    :::diff "devDependencies": { "@babel/cli": "7.0.0-beta.39",

    • "@babel/node": "7.0.0-beta.39" }, "scripts": { "start": "babel-node a.js" }

    :::diff "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)

    :::txt

    • src/
    • example/
    • .babelrc // now modifies these too
    • test/
    • .babelrc // now modifies these too
    • .babelrc
Source: README.md, updated 2018-02-21