Skip to content

Commit a81e6ea

Browse files
committed
Release 1.0.0
1 parent 646b573 commit a81e6ea

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ language: node_js
22
node_js:
33
- '0.11'
44
- '0.10'
5-
script: "make test"

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
1.0.0 / 2014-08-04
3+
==================
4+
5+
* work with graceful
6+
* first commit

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ test: install
1717
$(MOCHA_OPTS) \
1818
$(TESTS)
1919

20-
test-all: install jshint test
21-
2220
autod: install
2321
@./node_modules/.bin/autod -w --prefix "~"
2422
@$(MAKE) install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cfork",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "cluster fork and restart easy way",
55
"main": "index.js",
66
"scripts": {
7-
"test": "make test-all"
7+
"test": "make test"
88
},
99
"config": {
1010
"cov": {

0 commit comments

Comments
 (0)