Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Sep 24, 2020
1 parent d2c697c commit 1fe71eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-typescript",
"version": "3.0.7",
"version": "3.1.0",
"description": "A auto generate typescript code from swagger",
"main": "bin/index.js",
"bin": {
Expand Down Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/generator": "^7.11.6",
"@babel/preset-typescript": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.11.0",
"tsc-prog": "^2.2.1",
"@babel/preset-typescript": "^7.10.4",
"axios": "^0.19.2",
"prettier": "^2.1.1"
"prettier": "^2.1.1",
"tsc-prog": "^2.2.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
Expand All @@ -65,4 +65,4 @@
"lib",
"files"
]
}
}

0 comments on commit 1fe71eb

Please sign in to comment.