Skip to content

Commit

Permalink
chore: Make sure we get info about main installed package (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jun 12, 2020
1 parent 4d556ef commit 9267472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ class Generator {
save: false,
audit: false,
progress: false,
only: 'prod'
},
}, (err, result) => {
if (err) return reject(err);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/generator",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.4",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions test/generator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ describe('Generator', () => {
save: false,
audit: false,
progress: false,
only: 'prod'
},
});
});
Expand Down

0 comments on commit 9267472

Please sign in to comment.