diff --git a/esdoc.json b/esdoc.json new file mode 100644 index 00000000..cb9c99e3 --- /dev/null +++ b/esdoc.json @@ -0,0 +1,4 @@ +{ + "source": "./lib", + "destination": "./pages" +} diff --git a/package.json b/package.json index 99c6f1c8..059dfcfd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "overview" ], "scripts":{ - "standard": "standard" + "standard": "standard lib/**/*.js", + "esdoc": "esdoc -c esdoc.json" }, "contributors": [ { @@ -45,7 +46,8 @@ "underscore-plus": "1.x" }, "devDependencies": { - "standard": "^5.1.0" + "standard": "^5.1.0", + "esdoc": "^0.4.0" }, "standard": { "globals": [