Browse Source

Remove direct path to mocha binary

pull/78/head
ErikBoesen 5 years ago
parent
commit
1de4930bf8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -4,7 +4,7 @@
"description": "Datadog API Node.JS Client", "description": "Datadog API Node.JS Client",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test",
"test": "mocha --recursive ./test",
"docs": "node ./docs/create.js > index.html" "docs": "node ./docs/create.js > index.html"
}, },
"bin": { "bin": {


Loading…
Cancel
Save