Browse Source

add script to build docs

pull/14/head
Brett Langdon 11 years ago
parent
commit
df67f3d90b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package.json

+ 2
- 1
package.json View File

@ -4,7 +4,8 @@
"description": "Datadog API Node.JS Client", "description": "Datadog API Node.JS Client",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "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": { "repository": {
"type": "git", "type": "git",


Loading…
Cancel
Save