diff options
author | Dan Ciruli <ciruli@gmail.com> | 2015-02-25 12:30:26 -0800 |
---|---|---|
committer | Dan Ciruli <ciruli@gmail.com> | 2015-02-25 12:30:26 -0800 |
commit | 80f62e7c50da5a2d7623319ec741264d45cbc365 (patch) | |
tree | 88b79d963ff0076eed95208a3eba0a4e1933dedc /src/node | |
parent | 08d27fcd115e6e9a88b195c919fb23afa0f810e9 (diff) |
Changing to use node instead of nodejs
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/package.json b/src/node/package.json index 1c44b106fb..24b4a6ead4 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -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", |