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
add script to build docs
pull/14/head
Brett Langdon
11 years ago
parent
192ba230be
commit
df67f3d90b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
package.json
+ 2
- 1
package.json
View File
@ -4,7 +4,8 @@
"description"
:
"Datadog API Node.JS Client"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
"test"
:
"echo \"Error: no test specified\" && exit 1"
"test"
:
"echo \"Error: no test specified\" && exit 1"
,
"docs"
:
"node ./docs/create.js > index.html"
}
,
"repository"
:
{
"type"
:
"git"
,
Write
Preview
Loading…
Cancel
Save