Skip to content

Commit 9229ebf

Browse files
committed
fix(esdoc): Fix esdoc generation.
1 parent 2a61a64 commit 9229ebf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

esdoc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"type": "mocha",
1212
"source": "./test"
1313
},
14-
"plugins": [
15-
{"name": "esdoc-es7-plugin"}
16-
]
14+
"experimentalProposal": {
15+
"classProperties": true,
16+
"objectRestSpread": true
17+
}
1718
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"coveralls": "^2.11.16",
125125
"cross-env": "^3.1.4",
126126
"esdoc": "^0.5.2",
127-
"esdoc-es7-plugin": "0.0.3",
128127
"eslint": "^3.15.0",
129128
"eslint-config-airbnb-base": "^11.1.0",
130129
"eslint-plugin-import": "^2.2.0",

0 commit comments

Comments
 (0)