mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 04:46:40 +00:00
Update test libraries as tests were failing on Node 0.8.4
This commit is contained in:
1
Makefile
1
Makefile
@@ -18,6 +18,7 @@ read-docs:
|
||||
|
||||
test:
|
||||
NODE_ENV=test $(BIN)/mocha \
|
||||
--compilers coffee:coffee-script \
|
||||
--reporter $(REPORTER) \
|
||||
$(shell find $(TESTS))
|
||||
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"express": "2.5.0",
|
||||
"coffee-script": "1.2.0",
|
||||
"coffee-script": "1.3.3",
|
||||
"coffeekup": "0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docco": "*",
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
"docco": ">= 0.0.0",
|
||||
"mocha": ">= 0.0.0",
|
||||
"should": ">= 0.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.8.x",
|
||||
|
||||
Reference in New Issue
Block a user