@ember-tooling/classic-build-addon-blueprint 6.8.0-alpha.1 → 6.8.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -243,7 +243,7 @@ module.exports = {
243
243
  npm: options.packageManager !== 'yarn' && options.packageManager !== 'pnpm',
244
244
  invokeScriptPrefix,
245
245
  welcome: options.welcome,
246
- blueprint: 'addon',
246
+ blueprint: '@ember-tooling/classic-build-addon-blueprint',
247
247
  blueprintOptions,
248
248
  embroider: false,
249
249
  lang: options.lang,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.8.0-alpha.1",
3
+ "version": "6.8.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -15,7 +15,7 @@
15
15
  "silent-error": "^1.1.1",
16
16
  "sort-package-json": "^2.12.0",
17
17
  "walk-sync": "^3.0.0",
18
- "@ember-tooling/blueprint-model": "0.0.2"
18
+ "@ember-tooling/blueprint-model": "0.1.0"
19
19
  },
20
20
  "release-plan": {
21
21
  "semverIncrementAs": {