Skip to content

Commit

Permalink
v2.1.2 (#8)
Browse files Browse the repository at this point in the history
* Upgrading sync-request

* Bumping version
  • Loading branch information
djfdyuruiry committed Apr 28, 2019
1 parent ccfaad6 commit 8bd78d4
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 41 deletions.
235 changes: 196 additions & 39 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger2-postman-generator",
"version": "2.1.1",
"version": "2.1.2",
"description": "Use Swagger v2 JSON Collections to generate Postman v1 collections which include sample request bodies",
"main": "swagger2-postman-generator.js",
"scripts": {
Expand All @@ -24,6 +24,6 @@
"swagger2-to-json": "^1.1.1",
"swagger2-to-object": "^1.0.9",
"swagger2-to-postman": "^1.1.9",
"sync-request": "^4.1.0"
"sync-request": "^6.1.0"
}
}

0 comments on commit 8bd78d4

Please sign in to comment.