-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACTUALLY adding updatejs as the command, since some people have other…
… update.exe programs in their path
- Loading branch information
Predrag Stojadinovic
committed
Dec 12, 2016
1 parent
e85acff
commit fd14fca
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -21,8 +21,8 @@ | |
], | ||
"preferGlobal": true, | ||
"bin": { | ||
"update": "update.js", | ||
"updatejs": "update.js" | ||
"update": "updatejs.js", | ||
"updatejs": "updatejs.js" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
|
File renamed without changes.