This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " dredd" ,
3- "version" : " 0.3.13 " ,
3+ "version" : " 0.3.14 " ,
44 "description" : " API Blueprint testing tool" ,
55 "main" : " lib/dredd.js" ,
66 "bin" : {
2626 "marked" : " ~0.3.2" ,
2727 "node-uuid" : " ~1.4.1" ,
2828 "optimist" : " ~0.6.0" ,
29- "protagonist" : " ~0.15 .0" ,
29+ "protagonist" : " ~0.17 .0" ,
3030 "proxyquire" : " ~1.0.1" ,
3131 "setimmediate" : " ^1.0.2" ,
3232 "uri-template" : " ~0.4.1" ,
4040 "coveralls" : " ~2.11.2" ,
4141 "express" : " ~4.9.5" ,
4242 "jscoverage" : " ~0.5.3" ,
43- "mocha" : " ~1.21.4 " ,
43+ "mocha" : " ~2.0.0 " ,
4444 "mocha-lcov-reporter" : " 0.0.1" ,
4545 "nock" : " ~0.48.0" ,
4646 "sinon" : " ~1.10.2"
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ echo "Using Mocha reporter: $REPORTER" 1>&2
1313$COV --exclude node_modules,.git,test --path relative . ./src-cov 1>&2
1414cp -r ./test ./src-cov/test
1515cp ./package.json ./src-cov
16- find ./src-cov/test/unit | grep " \-test" | xargs $MOCHA --reporter $REPORTER --compilers ' coffee:coffee-script'
16+ find ./src-cov/test/unit | grep " \-test" | xargs $MOCHA --reporter $REPORTER --compilers ' coffee:coffee-script/register '
1717
1818rm -rf ./src-cov
You can’t perform that action at this time.
0 commit comments