Skip to content

Commit

Permalink
Merge pull request #76 from SergeAstapov/test-app-package.json
Browse files Browse the repository at this point in the history
Tweak test-app "description" field
  • Loading branch information
simonihmig committed Nov 27, 2022
2 parents 86f93af + fa669e7 commit 5dee5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions additional-test-app-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"scripts": {
"test:watch": "ember test --server",
"test": "npm-run-all lint \"test:!(watch)\""
},
"private": true
}
}
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ module.exports = {

merge(pkg, additions);

pkg.description = `Test app for ${this.locals(this.options).addonName} addon`;

// we must explicitly add our own v2 addon here, the implicit magic of the legacy dummy app does not work
pkg.devDependencies[this.locals(this.options).addonName] = '^0.0.0';

Expand Down

0 comments on commit 5dee5bf

Please sign in to comment.