Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Predrag Stojadinovic committed Feb 15, 2018
1 parent f607232 commit 5c86368
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var commander = require('commander');

commander
.version('0.3.1')
.version('0.3.2')
.option('', '')
.option('-n, --npm', 'Perform *only* npm calls', false)
.option('-b, --bower', 'Perform *only* bower calls', false)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "updatejs",
"version": "0.3.1",
"version": "0.3.2",
"description": "Install/Update/Prune NPM and Bower",
"homepage": "https://cope.github.io/updatejs/",
"author": "Predrag Stojadinovic <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"colors": "^1.1.2",
"commander": "^2.9.0",
"lodash": "^4.16.2",
"node-cmd": "^1.1.1"
"node-cmd": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,9 @@ [email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

node-cmd@^1.1.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/node-cmd/-/node-cmd-1.3.0.tgz#2a77d111db66e6a00fbe610669813c4960df31bc"
node-cmd@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/node-cmd/-/node-cmd-3.0.0.tgz#38fff70a4aaa4f659d203eb57862737018e24f6f"

normalize-package-data@^2.3.2:
version "2.4.0"
Expand Down

0 comments on commit 5c86368

Please sign in to comment.