Skip to content

Commit 9ab9941

Browse files
authored
fix: call super in included
1 parent 044bfbe commit 9ab9941

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ module.exports = {
1010
* Store `ember-cli-build.js` options
1111
*/
1212
included: function(app/*, parentAddon*/) {
13+
this._super.included.apply(this, arguments);
1314
this._options = app.options.newVersion || {};
15+
1416
if (this._options.enabled === true) {
1517
this._options.fileName = this._options.fileName || 'VERSION.txt';
1618
this._options.prepend = this._options.prepend || '';

0 commit comments

Comments
 (0)