Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
build: update version and mocha dep
Browse files Browse the repository at this point in the history
  • Loading branch information
joolfe committed Jul 30, 2021
1 parent 8254840 commit cc4f4c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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": "postman-to-openapi",
"version": "1.14.0",
"version": "1.15.0",
"description": "Convert postman collection to OpenAPI spec",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-promise": "^5.1.0",
"execa": "^5.1.1",
"husky": "^6.0.0",
"mocha": "^9.0.2",
"mocha": "^9.0.3",
"nyc": "^15.1.0",
"typescript": "^4.3.2"
},
Expand Down

0 comments on commit cc4f4c5

Please sign in to comment.