Skip to content

Commit

Permalink
include xmlbuilder2 in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
delabiejochen committed Aug 30, 2021
1 parent 12997f9 commit fc3bff0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
20 changes: 5 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "testingbot-cypress-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "Run Cypress tests on TestingBot.com's Browser Grid",
"main": "lib/index.js",
"bin": {
"testingbot-cypress": "lib/index.js"
},
"files": ["lib/*.js", "lib/**/*js"],
"files": [
"lib/*.js",
"lib/**/*js"
],
"scripts": {
"lint": "eslint --ext ts src/",
"make": "tsc",
Expand Down Expand Up @@ -37,8 +40,7 @@
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"prettier": "^2.0.5",
"typescript": "^3.9.7",
"xmlbuilder2": "^2.4.0"
"typescript": "^3.9.7"
},
"dependencies": {
"archiver": "^5.3.0",
Expand All @@ -48,6 +50,7 @@
"socket.io-client": "^2.3.0",
"testingbot-tunnel-launcher": "^1.1.11",
"tracer": "^1.1.5",
"xmlbuilder2": "^2.4.0",
"yargs": "^15.4.1"
}
}

0 comments on commit fc3bff0

Please sign in to comment.