Skip to content

Commit

Permalink
Bugfix/virtualization (#98)
Browse files Browse the repository at this point in the history
* 7.3.0

* fix: somehow forgot to include virtualization helpers
  • Loading branch information
tabrindle authored May 9, 2019
1 parent bd4b001 commit 21f51ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/cli.js

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

2 changes: 1 addition & 1 deletion dist/envinfo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envinfo",
"version": "7.2.0",
"version": "7.3.0",
"description": "Info about your dev environment for debugging purposes",
"repository": "https://github.com/tabrindle/envinfo",
"author": "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions src/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const sdks = require('./sdks');
const servers = require('./servers');
const system = require('./system');
const utilities = require('./utilities');
const virtualization = require('./virtualization');

module.exports = Object.assign({}, utils, packages, {
...binaries,
Expand All @@ -21,4 +22,5 @@ module.exports = Object.assign({}, utils, packages, {
...servers,
...system,
...utilities,
...virtualization,
});

0 comments on commit 21f51ac

Please sign in to comment.