mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Changing to use node instead of nodejs
This commit is contained in:
parent
1fc959e5c4
commit
fbcf356ecf
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user