Skip to content

Commit 92be5cd

Browse files
author
Kelly Selden
committed
use new manifest
1 parent df50e67 commit 92be5cd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ember-cli-update --run-codemods
7777
| --to | Update to a version that isn\'t latest | String | "2.14.1" "~2.15" "latest" "beta" | "*" |
7878
| --resolve-conflicts | Automatically run git mergetool if conflicts found | Boolean | | false |
7979
| --run-codemods | Run codemods to help update your code | Boolean | | false |
80-
| --codemods-url | Supply your own codemods manifest via URL | String | | "https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/v3/manifest.json" |
80+
| --codemods-url | Supply your own codemods manifest via URL | String | | "https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/v4/manifest.json" |
8181
| --codemods-json | Supply your own codemods manifest via JSON | String | '{ /* json */ }' | |
8282
| --reset | Reset your code to the default blueprint at the new version | Boolean | | false |
8383
| --compare-only | Show the changes between different versions without updating | Boolean | | false |

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"src"
3939
],
4040
"dependencies": {
41-
"boilerplate-update": "0.31.15",
41+
"boilerplate-update": "0.33.1",
4242
"debug": "^4.1.1",
4343
"execa": "^3.4.0",
4444
"fs-extra": "^8.0.0",

src/args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
},
2626
'codemods-url': {
2727
type: 'string',
28-
default: 'https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/v3/manifest.json',
28+
default: 'https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/v4/manifest.json',
2929
description: 'Supply your own codemods manifest via URL'
3030
},
3131
'codemods-json': {

0 commit comments

Comments
 (0)