Skip to content

Commit

Permalink
build: name and version ui test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
cds-amal committed Aug 17, 2019
1 parent 4532d2b commit 23654d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ui-tests/react-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-react-legacy",
"version": "0.1.0",
"name": "test-app-react-context",
"version": "0.0.1",
"private": true,
"dependencies": {
"@drizzle/store": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/react-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.1.0",
"name": "test-app-react-legacy",
"version": "0.0.1",
"private": true,
"dependencies": {
"@drizzle/store": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/truffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-truffle-contracts",
"version": "1.0.0",
"name": "sample-truffle-contracts",
"version": "0.0.1",
"description": "",
"main": "truffle-config.js",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-test-app",
"version": "0.1.0",
"name": "test-app-vue",
"version": "0.0.1",
"private": true,
"scripts": {
"serve:ui": "PORT=3002 vue-cli-service serve",
Expand Down

0 comments on commit 23654d3

Please sign in to comment.