Skip to content

Commit

Permalink
chore(release): bump dependency and package version (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Aug 11, 2020
1 parent ae359bf commit 0677433
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ lib/__mocks__
.all-contributorsrc
.dockerignore
.editorconfig
jest.config.js
jest.config.js
coverage
25 changes: 13 additions & 12 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": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@asyncapi/avro-schema-parser": "^0.1.2",
"@asyncapi/openapi-schema-parser": "^2.0.0",
"@asyncapi/parser": "^0.28.1",
"@asyncapi/parser": "^1.0.0-rc.1",
"@asyncapi/raml-dt-schema-parser": "^2.0.0",
"ajv": "^6.10.2",
"all-contributors-cli": "^6.14.2",
Expand Down

0 comments on commit 0677433

Please sign in to comment.