Skip to content

Commit

Permalink
Add esdoc to generate documentation for es6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Nov 21, 2015
1 parent f0bb656 commit 6814257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"source": "./lib",
"destination": "./pages"
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"overview"
],
"scripts":{
"standard": "standard"
"standard": "standard lib/**/*.js",
"esdoc": "esdoc -c esdoc.json"
},
"contributors": [
{
Expand Down Expand Up @@ -45,7 +46,8 @@
"underscore-plus": "1.x"
},
"devDependencies": {
"standard": "^5.1.0"
"standard": "^5.1.0",
"esdoc": "^0.4.0"
},
"standard": {
"globals": [
Expand Down

0 comments on commit 6814257

Please sign in to comment.