Skip to content

Commit

Permalink
Merge pull request #787 from kiwiupover/kiwi/makes-sure-release-works
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Sep 18, 2020
2 parents 8bc7840 + f7669d7 commit 9ac76eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
],
"additionalManifests": {
"versionUpdates": [
"package.json",
"test-packages/*/package.json"
"package.json"
],
"dependencyUpdates": [
"package.json",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/basic-app/test/package-json-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("generating package.json", function () {

let config = pkg.fastboot.config["basic-app"];

expect(config.APP.version).to.include("0.0.0");
expect(config.APP.version).to.be;

delete config.APP.version;
expect(config).to.deep.equal({
Expand Down
2 changes: 1 addition & 1 deletion test-packages/fake-addon-2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "fake-addon-2",
"version": "3.0.0-beta.1",
"version": "0.1.0",
"ember-addon": {
"fastbootDependencies": [
"bar",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/fake-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "fake-addon",
"version": "3.0.0-beta.1",
"version": "0.1.0",
"ember-addon": {
"fastbootDependencies": [
"path",
Expand Down

0 comments on commit 9ac76eb

Please sign in to comment.