Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Update Owl Project Display Name
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiz1226 committed Nov 21, 2019
1 parent c136385 commit 497b54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/modifyConfigIfRCVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (process.env.TRAVIS_TAG) {
const packageJson = JSON.parse(fs.readFileSync('package.json'));

const testName = "test-owl-project";
const testDisplayName = "Test OWL Project";
const testDisplayName = "Test OWL Project RC";
const testPublisher = "IoTDevExBuild";
packageJson.name = testName;
packageJson.displayName = testDisplayName;
Expand Down Expand Up @@ -38,4 +38,4 @@ if (process.env.TRAVIS_TAG) {
fs.writeFileSync(filePath, replaceJson);
});
}
}
}

0 comments on commit 497b54a

Please sign in to comment.