Skip to content

Commit

Permalink
fix coffee command path in "npm start"
Browse files Browse the repository at this point in the history
  • Loading branch information
shokai committed Sep 24, 2014
1 parent 7203a09 commit be7d399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "call Mac OSX's \"say\" command with linda-socket.io",
"main": "node-linda-mac-say.coffee",
"scripts": {
"start": "node_modules/coffee-script/bin/coffee node-linda-mac-say.coffee"
"start": "coffee node-linda-mac-say.coffee"
},
"author": "Sho Hashimoto <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit be7d399

Please sign in to comment.