Skip to content

Commit

Permalink
Add ember-cli-update config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Jan 17, 2025
1 parent 6738447 commit f99186d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/ember-cli-update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"schemaVersion": "1.0.0",
"projectName": "ember-mobile-menu",
"packages": [
{
"name": "@embroider/addon-blueprint",
"version": "4.0.0",
"blueprints": [
{
"name": "@embroider/addon-blueprint",
"isBaseBlueprint": true,
"options": [
"--ci-provider=github",
"--pnpm"
]
}
]
}
]
}

0 comments on commit f99186d

Please sign in to comment.