Skip to content

Commit fc3bff0

Browse files
committed
include xmlbuilder2 in dependencies
1 parent 12997f9 commit fc3bff0

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

package-lock.json

Lines changed: 5 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "testingbot-cypress-cli",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Run Cypress tests on TestingBot.com's Browser Grid",
55
"main": "lib/index.js",
66
"bin": {
77
"testingbot-cypress": "lib/index.js"
88
},
9-
"files": ["lib/*.js", "lib/**/*js"],
9+
"files": [
10+
"lib/*.js",
11+
"lib/**/*js"
12+
],
1013
"scripts": {
1114
"lint": "eslint --ext ts src/",
1215
"make": "tsc",
@@ -37,8 +40,7 @@
3740
"@typescript-eslint/parser": "^3.8.0",
3841
"eslint": "^7.6.0",
3942
"prettier": "^2.0.5",
40-
"typescript": "^3.9.7",
41-
"xmlbuilder2": "^2.4.0"
43+
"typescript": "^3.9.7"
4244
},
4345
"dependencies": {
4446
"archiver": "^5.3.0",
@@ -48,6 +50,7 @@
4850
"socket.io-client": "^2.3.0",
4951
"testingbot-tunnel-launcher": "^1.1.11",
5052
"tracer": "^1.1.5",
53+
"xmlbuilder2": "^2.4.0",
5154
"yargs": "^15.4.1"
5255
}
5356
}

0 commit comments

Comments
 (0)