Skip to content

Commit

Permalink
ACTUALLY adding updatejs as the command, since some people have other…
Browse files Browse the repository at this point in the history
… update.exe programs in their path
  • Loading branch information
Predrag Stojadinovic committed Dec 12, 2016
1 parent e85acff commit fd14fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "updatejs",
"version": "0.2.2",
"version": "0.2.3",
"description": "Install/Update/Prune NPM and Bower",
"homepage": "https://github.com/cope/updatejs#readme",
"author": "Predrag Stojadinovic <[email protected]>",
Expand All @@ -21,8 +21,8 @@
],
"preferGlobal": true,
"bin": {
"update": "update.js",
"updatejs": "update.js"
"update": "updatejs.js",
"updatejs": "updatejs.js"
},
"dependencies": {
"bluebird": "^3.4.6",
Expand Down
File renamed without changes.

0 comments on commit fd14fca

Please sign in to comment.