Remove xpath-ts from project

This commit is contained in:
simojenki
2021-03-01 17:46:49 +11:00
parent 007db24713
commit 333c9eace9
4 changed files with 69 additions and 52 deletions

View File

@@ -24,8 +24,7 @@
"underscore":"^1.12.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"x2js": "^3.4.0",
"xmldom-ts": "^0.3.1"
"x2js": "^3.4.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",
@@ -39,8 +38,7 @@
"supertest": "^6.1.3",
"ts-jest": "^26.4.4",
"ts-mockito": "^2.6.1",
"ts-node": "^9.1.1",
"xpath-ts": "^1.3.13"
"ts-node": "^9.1.1"
},
"scripts": {
"build": "tsc",