Skip to content

Commit

Permalink
chore: move wsdl-tsclient to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johngeorgewright committed Sep 9, 2024
1 parent 5d9914b commit 1d418a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"source-map-support": "0.5.21",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.5.4",
"wsdl-tsclient": "johngeorgewright/wsdl-tsclient#enum"
},
"lint-staged": {
"*.{md,json,js,jsx,ts,tsx,yml,yaml}": [
Expand All @@ -79,8 +80,7 @@
"assert-never": "^1.2.1",
"soap": "^1.1.3",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.7.0",
"wsdl-tsclient": "johngeorgewright/wsdl-tsclient#enum"
"tslib": "^2.7.0"
},
"peerDependencies": {
"google-auth-library": "^9.14.1"
Expand Down

0 comments on commit 1d418a2

Please sign in to comment.