Skip to content

Commit 09599a3

Browse files
committed
Remove harding of isDevelopingAddon.
Hard coding like this forces all consuming applications to run their linting tests against the addon. This is useful for local debugging, but should not be included when publishing.
1 parent 618a330 commit 09599a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ var filterInitializers = require('fastboot-filter-initializers');
55

66
module.exports = {
77
name: 'ember-cli-head',
8-
isDevelopingAddon: function() {
9-
return true;
10-
},
118

129
treeForApp: function(tree) {
1310
return filterInitializers(tree);

0 commit comments

Comments
 (0)