File tree Expand file tree Collapse file tree 4 files changed +14
-31
lines changed
Expand file tree Collapse file tree 4 files changed +14
-31
lines changed Original file line number Diff line number Diff line change 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
55fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
66JacksonTian <shyvo1987@gmail.com> (https://github.com/JacksonTian)
77dead-horse <heyiyu.deadhorse@gmail.com> (https://github.com/dead-horse)
8+ coderhaoxin <coderhaoxin@outlook.com> (https://github.com/coderhaoxin)
Original file line number Diff line number Diff line change 11
2+ 1.2.0 / 2014-09-27
3+ ==================
4+
5+ * add limit for refork times in certain duration
6+
271.1.1 / 2014-09-17
38==================
49
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments