decide.nolog.cz/config/ember-cli-update.json
Jeldrik Hanschke b08748c33c
upgrade Ember CLI and blueprints to v4.4 (#684)
* upgrade Ember CLI and blueprints to v4.4

* remove duplicated GitHub actions

* fix linting
2023-10-17 00:00:13 +02:00

21 lines
445 B
JSON

{
"schemaVersion": "1.0.0",
"packages": [
{
"name": "ember-cli",
"version": "4.4.1",
"blueprints": [
{
"name": "app",
"outputRepo": "https://github.com/ember-cli/ember-new-output",
"codemodsSource": "ember-app-codemods-manifest@1",
"isBaseBlueprint": true,
"options": [
"--yarn",
"--no-welcome"
]
}
]
}
]
}