Skip to content

Commit

Permalink
Replace ESDoc with JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Sep 8, 2019
1 parent a8d6f09 commit a72d371
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .esdoc.json

This file was deleted.

13 changes: 13 additions & 0 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"source": {
"include": ["src"]
}
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"opts": {
"desitnation": "public/docs",
"recurse": true
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"build": "rollup -c",
"build:production": "cross-env NODE_ENV=production npm run build",
"watch": "rollup -c --watch",
"doc": "rimraf public/docs && esdoc",
"doc": "rimraf public/docs && jsdoc -c jsdoc.json",
"pretest": "npm run lint && npm run build:production",
"test": "npm run ava",
"prepack": "npm test"
Expand All @@ -76,10 +76,9 @@
"cross-env": "5.x.x",
"dat.gui": "0.x.x",
"delta-controls": "2.x.x",
"esdoc": "1.x.x",
"esdoc-standard-plugin": "1.x.x",
"eslint": "6.x.x",
"eslint-config-delta": "1.x.x",
"jsdoc": "3.x.x",
"math-ds": "1.x.x",
"rimraf": "3.x.x",
"rollup": "1.x.x",
Expand Down

0 comments on commit a72d371

Please sign in to comment.