This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
Remove direct path to mocha binary
pull/78/head
ErikBoesen
5 years ago
parent
16f6f8ad14
commit
1de4930bf8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -4,7 +4,7 @@
"description"
:
"Datadog API Node.JS Client"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
"test"
:
"
./node_modules/.bin/
mocha --recursive ./test"
,
"test"
:
"mocha --recursive ./test"
,
"docs"
:
"node ./docs/create.js > index.html"
}
,
"bin"
:
{
Write
Preview
Loading…
Cancel
Save