Skip to content

Commit

Permalink
closed #5
Browse files Browse the repository at this point in the history
  • Loading branch information
rinh committed Dec 11, 2012
1 parent 37eabd1 commit 998d3ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test = () ->
process_stdio mocha


coffee = "./node_modules/coffee-script/bin/coffee"
coffee = "./node_modules/.bin/coffee"

echo = (child) ->
child.stdout.on "data", (data) -> print data.toString()
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ FEKIT

#### 安装

npm install coffee-script -g
npm install fekit -g

### 使用
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"node": ">=0.8"
},
"scripts": {
"pretest": "cake build",
"prepublish": "cake build",
"test": "cake test",
"install": "cake install"
"pretest": "./node_modules/.bin/cake build",
"prepublish": "./node_modules/.bin/cake build",
"test": "./node_modules/.bin/cake test",
"install": "./node_modules/.bin/cake install"
}
}

0 comments on commit 998d3ee

Please sign in to comment.