Skip to content

Commit 75afbb5

Browse files
committed
Release 1.2.0
1 parent 93989ff commit 75afbb5

File tree

4 files changed

+14
-31
lines changed

4 files changed

+14
-31
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Ordered by date of first contribution.
2-
# Auto-generated by 'contributors' on Wed, 17 Sep 2014 05:11:46 GMT.
2+
# Auto-generated by 'contributors' on Sat, 27 Sep 2014 02:57:41 GMT.
33
# https://github.com/xingrz/node-contributors
44

55
fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
66
JacksonTian <shyvo1987@gmail.com> (https://github.com/JacksonTian)
77
dead-horse <heyiyu.deadhorse@gmail.com> (https://github.com/dead-horse)
8+
coderhaoxin <coderhaoxin@outlook.com> (https://github.com/coderhaoxin)

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.2.0 / 2014-09-27
3+
==================
4+
5+
* add limit for refork times in certain duration
6+
27
1.1.1 / 2014-09-17
38
==================
49

Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "cfork",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "cluster fork and restart easy way",
55
"main": "index.js",
66
"scripts": {
7-
"test": "make test"
7+
"test": "mocha --check-leaks -R spec -t 10000 test/*.test.js",
8+
"jshint": "jshint .",
9+
"autod": "autod -w --prefix '~' && npm run cnpm",
10+
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
11+
"contributors": "contributors -f plain -o AUTHORS"
812
},
913
"config": {
1014
"cov": {
@@ -22,7 +26,7 @@
2226
"mocha": "*",
2327
"pedding": "~1.0.0",
2428
"should": "~4.0.4",
25-
"urllib": "~0.5.16"
29+
"urllib": "~1.5.2"
2630
},
2731
"homepage": "https://github.com/node-modules/cfork",
2832
"repository": {

0 commit comments

Comments
 (0)