Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 9dec2cc

Browse files
author
Adam Kliment
committed
Merge pull request #115 from apiaryio/netmilk/deps-update
Updated dependencies to latest, version bump
2 parents 516fddd + da262a6 commit 9dec2cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -26,7 +26,7 @@
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",
@@ -40,7 +40,7 @@
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"

scripts/cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
cp -r ./test ./src-cov/test
1515
cp ./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

1818
rm -rf ./src-cov

0 commit comments

Comments
 (0)