We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646b573 commit a81e6eaCopy full SHA for a81e6ea
4 files changed
.travis.yml
@@ -2,4 +2,3 @@ language: node_js
2
node_js:
3
- '0.11'
4
- '0.10'
5
-script: "make test"
History.md
@@ -0,0 +1,6 @@
1
+
+1.0.0 / 2014-08-04
+==================
+ * work with graceful
6
+ * first commit
Makefile
@@ -17,8 +17,6 @@ test: install
17
$(MOCHA_OPTS) \
18
$(TESTS)
19
20
-test-all: install jshint test
21
-
22
autod: install
23
@./node_modules/.bin/autod -w --prefix "~"
24
@$(MAKE) install
package.json
@@ -1,10 +1,10 @@
{
"name": "cfork",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "cluster fork and restart easy way",
"main": "index.js",
"scripts": {
7
- "test": "make test-all"
+ "test": "make test"
8
},
9
"config": {
10
"cov": {
0 commit comments