Skip to content

Commit

Permalink
Add os
Browse files Browse the repository at this point in the history
  • Loading branch information
prozanne committed Aug 3, 2020
1 parent 6c3bd92 commit 99c2e64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/userInfoHelper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const inquirer = require('inquirer');
const fs = require('fs');
const os = require('os');
const path = require('path');
const _ = require('lodash');

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"mkdirp": "^1.0.3",
"node-forge": "^0.6.48",
"node-watch": "^0.6.2",
"os": "^0.1.1",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"request-progress": "^3.0.0",
Expand Down

0 comments on commit 99c2e64

Please sign in to comment.