We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044bfbe commit 9ab9941Copy full SHA for 9ab9941
1 file changed
index.js
@@ -10,7 +10,9 @@ module.exports = {
10
* Store `ember-cli-build.js` options
11
*/
12
included: function(app/*, parentAddon*/) {
13
+ this._super.included.apply(this, arguments);
14
this._options = app.options.newVersion || {};
15
+
16
if (this._options.enabled === true) {
17
this._options.fileName = this._options.fileName || 'VERSION.txt';
18
this._options.prepend = this._options.prepend || '';
0 commit comments