Skip to content

Commit

Permalink
package.json: specify directories for the docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Nov 1, 2011
1 parent 46d324a commit 08a25ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"main": "./lib/completion",
"directories": {
"bin": "./bin"
"lib": "./lib",
"doc": "./"
},
"scripts": {
"test": "vows test/*.js --spec --isolate"
Expand All @@ -18,12 +19,16 @@
"node": "> 0.4"
},
"dependencies": {
"ronn": "~0.3.7"
"ronn": "~0.3.7",
"docco": "~0.3.0"
},
"devDependencies": {
"vows": "~0.5.12",
"nopt": "~1.0.10",
"commander": "~0.2.0",
"optimist": "~0.2.6"
},
"config": {
"doc": "./docs/completion.html"
}
}

0 comments on commit 08a25ef

Please sign in to comment.