Skip to content
Snippets Groups Projects
Commit 9c7a6afa authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #806 from grpc/oaktowner-patch-2

Changing to use node instead of nodejs
parents 82942f44 80f62e7c
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
"version": "0.2.0",
"description": "gRPC Library for Node",
"scripts": {
"lint": "nodejs ./node_modules/jshint/bin/jshint src test examples interop index.js",
"test": "nodejs ./node_modules/mocha/bin/mocha && npm run-script lint"
"lint": "node ./node_modules/jshint/bin/jshint src test examples interop index.js",
"test": "node ./node_modules/mocha/bin/mocha && npm run-script lint"
},
"dependencies": {
"bindings": "^1.2.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment