-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to 3.0.2 (npm). Fix package.json info.
- Loading branch information
1 parent
900e6a1
commit 4b5bfde
Showing
3 changed files
with
12 additions
and
8 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
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
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,14 +1,14 @@ | ||
{ | ||
"name": "parallelshell", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Invoke multiple commands, running in parallel", | ||
"homepage": "https://github.com/keithamus/parallelshell", | ||
"homepage": "https://github.com/darkguy2008/parallelshell", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:keithamus/parallelshell.git" | ||
"url": "[email protected]:darkguy2008/parallelshell.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/keithamus/parallelshell/issues" | ||
"url": "https://github.com/darkguy2008/parallelshell/issues" | ||
}, | ||
"main": "index.js", | ||
"bin": { | ||
|
@@ -21,12 +21,12 @@ | |
"parallel", | ||
"shell" | ||
], | ||
"author": "Keith Cirkel <[email protected]> (http://keithcirkel.co.uk/)", | ||
"author": "DARKGuy <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"bluebird": "^3.5.0", | ||
"chai": "^4.0.2", | ||
"coffee-script": "^1.12.6", | ||
"mocha": "^3.4.2" | ||
} | ||
} | ||
} |