Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 20e0713

Browse files
release v1.0.0-beta.11
1 parent 5bc7bd6 commit 20e0713

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-dashboard",
3-
"version": "v1.0.0-beta.10",
3+
"version": "v1.0.0-beta.11",
44
"description": "Appium plugin to view session execution details via detailed dashboard",
55
"main": "lib/index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"clean:cache": "node ./scripts/cleanup-cache-dir.js",
1111
"postinstall": "(node ./scripts/is-prod.js || tsc) && npm run clean:cache && npm run sequelize:migrate",
1212
"i": "tsc && (appium plugin uninstall appium-dashboard || exit 0) && appium plugin install --source=local $(pwd)",
13-
"server": "appium --use-plugins=appium-dashboard --relaxed-security"
13+
"start-appium": "appium --use-plugins=appium-dashboard --relaxed-security"
1414
},
1515
"repository": {
1616
"type": "git",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-dashboard-web",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
44
"private": true,
55
"dependencies": {
66
"@blueprintjs/core": "^3.51.3",

0 commit comments

Comments
 (0)