Skip to content

Commit

Permalink
fix: move to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored and insertish committed Nov 19, 2023
1 parent 02c011b commit a389739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"prepublish": "in-publish && yarn build || echo Skipping build."
},
"devDependencies": {
"@insertish/oapi": "0.1.18",
"@types/lodash.defaultsdeep": "^4.6.6",
"in-publish": "^2.0.1",
"openapi-typescript": "^5.2.0",
"typescript": "^4.6.2"
},
"dependencies": {
"@insertish/oapi": "0.1.18",
"axios": "^0.26.1",
"lodash.defaultsdeep": "^4.6.1"
},
Expand Down

0 comments on commit a389739

Please sign in to comment.