Skip to content

Commit

Permalink
issue LinkedInAttic#356: update dependencies to work with node v0.12
Browse files Browse the repository at this point in the history
Also fixed `npm test` to run mocha from local `./node_modules`
  • Loading branch information
sethmcl committed Mar 17, 2015
1 parent 1fe3abf commit 1662285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"commander": "1.1.1",
"consolidate": "0.3.0",
"deferred": "0.6.5",
"dnode": "1.0.0",
"dnode": "1.2.0",
"dustjs-linkedin": "0.6.0",
"expect.js": "~0.2.0",
"express": "3.6.0",
Expand Down Expand Up @@ -54,15 +54,15 @@
"grunt": "0.4.5",
"grunt-release": "0.7.0",
"load-grunt-tasks": "0.6.0",
"mocha": "1.2.0",
"mocha": "2.2.1",
"sinon": "1.3.4"
},
"os": [
"!win32"
],
"preferGlobal": true,
"scripts": {
"test": "mocha test/unit/node/test_suite.js && ./bin/venus run -t test/unit/client -n",
"int-test": "mocha test/integration"
"test": "./node_modules/.bin/mocha test/unit/node/test_suite.js && ./bin/venus run -t test/unit/client -n",
"int-test": "./node_modules/.bin/mocha test/integration"
}
}

0 comments on commit 1662285

Please sign in to comment.