Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory committed Jan 15, 2020
1 parent ea05ac4 commit 001ad61
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 2 deletions.
199 changes: 199 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"packages"
],
"dependencies": {
"fs-extra": "^0.18.0",
"fs-extra": "^8.1.0",
"lodash": ">=4.17.14",
"minimist": "^1.1.1",
"shelljs": "^0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Packages = require('./packages');

// If link is passed we should symlink the local-packages.json
// or the individual package that was passed.
var link = _.contains(argv._, 'link');
var link = argv._.includes('link');

// If https is passed, convert any ssh urls to https
// this is useful for using .netrc
Expand Down

0 comments on commit 001ad61

Please sign in to comment.