diff --git a/esdoc.json b/esdoc.json index 45ce8ba6..933bf57b 100644 --- a/esdoc.json +++ b/esdoc.json @@ -2,7 +2,9 @@ "source": "./src", "destination": "./docs", "excludes": ["node_modules"], - "plugins": [{ - "name": "esdoc-es7-plugin" - }] + "experimentalProposal": { + "classProperties": true, + "objectRestSpread": true + }, + "plugins": [] } diff --git a/package.json b/package.json index ac9bbe6a..b7773ec9 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,7 @@ "babel-preset-stage-0": "^6.1.18", "chai": "^3.4.1", "chai-as-promised": "^6.0.0", - "esdoc": "^0.5.1", - "esdoc-es7-plugin": "0.0.3", + "esdoc": "^0.5.2", "esdoc-node": "^1.0.1", "eslint": "^3.12.1", "eslint-config-airbnb": "^13.0.0",