Skip to content

Commit 71fbed3

Browse files
pichflmansona
authored andcommitted
Drop afterInstall from component-test blueprint
ember-cli-htmlbars-inline-precompile is no longer necessary
1 parent eb2600f commit 71fbed3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

blueprints/helper-test/index.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
const isPackageMissing = require('ember-cli-is-package-missing');
43
const semver = require('semver');
54

65
const typescriptBlueprintPolyfill = require('ember-cli-typescript-blueprint-polyfill');
@@ -50,16 +49,4 @@ module.exports = {
5049

5150
return false;
5251
},
53-
54-
afterInstall: function (options) {
55-
if (
56-
!options.dryRun &&
57-
!this._useNamedHbsImport() &&
58-
isPackageMissing(this, 'ember-cli-htmlbars-inline-precompile')
59-
) {
60-
return this.addPackagesToProject([
61-
{ name: 'ember-cli-htmlbars-inline-precompile', target: '^0.3.1' },
62-
]);
63-
}
64-
},
6552
};

0 commit comments

Comments
 (0)