Skip to content

Commit

Permalink
Bump to 3.0.2 (npm). Fix package.json info.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkguy2008 committed Oct 18, 2017
1 parent 900e6a1 commit 4b5bfde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v3.0.2
- [#60](https://github.com/keithamus/parallelshell/pulls/60) < Node 8 fix
- [#33](https://github.com/keithamus/parallelshell/issues/33) Readme fix
([@darkguy2008](https://github.com/darkguy2008))

### v3.0.1
- [#58](https://github.com/keithamus/parallelshell/issues/58) Fix CRLF
problem not allowing parallelshell to start up (shame on me!).
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ non-zero exit status, the rest are stopped and the exit code carries through.

### Version compatibility notes

* v2.0.0 is compatible with Node < 8
* v3.x.x is compatible with Node >= 8
* Fully compatible with Node up to v8 and later!

### Maintenance has been resumed by [@darkguy2008](https://github.com/darkguy2008). However, there are also better options, see [Consolidation of multiple similar libraries](https://github.com/mysticatea/npm-run-all/issues/10).

Expand Down
12 changes: 6 additions & 6 deletions package.json
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": {
Expand All @@ -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"
}
}
}

0 comments on commit 4b5bfde

Please sign in to comment.