Skip to content

Commit

Permalink
Use coffee-script >= 1.7.0 and update spec runner to use proper command
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskari Virtanen committed Feb 17, 2014
1 parent 57f258c commit 025caff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ build:
mkdir -p lib && ./node_modules/.bin/coffee -c -o lib src

test:
./node_modules/.bin/_mocha --compilers coffee:coffee-script --reporter spec
./node_modules/.bin/_mocha --compilers coffee:coffee-script/register --reporter spec

clean:
rm -r lib
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"request": "2.12.0"
},
"devDependencies": {
"coffee-script": ">=1.3.0",
"coffee-script": ">=1.7.0",
"mocha": "1.7.4",
"colors": "0.6.0-1"
},
Expand Down

0 comments on commit 025caff

Please sign in to comment.