Skip to content

Commit

Permalink
Upgrade asyncapi-parser to 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Jun 13, 2019
1 parent 6b182e8 commit 90a5736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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": "asyncapi-generator",
"version": "0.7.9",
"version": "0.7.10",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"ajv": "^6.10.0",
"asyncapi": "^2.2.0",
"asyncapi-parser": "^0.3.4",
"asyncapi-parser": "^0.3.5",
"commander": "^2.12.2",
"fs.extra": "^1.3.2",
"handlebars": "^4.1.2",
Expand Down

0 comments on commit 90a5736

Please sign in to comment.