We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1981251 commit 1a334b5Copy full SHA for 1a334b5
esdoc.json
@@ -4,5 +4,15 @@
4
"test": {
5
"type": "mocha",
6
"source": "./test/src"
7
- }
+ },
8
+ "plugins": [
9
+ {
10
+ "name": "./out/src/Plugin.js",
11
+ "option": {
12
+ "replaces": [
13
+ {"from": "^src/", "to": "out/src/"}
14
+ ]
15
+ }
16
17
18
}
package.json
@@ -12,7 +12,8 @@
"scripts": {
"build": "node ./script/build.js",
"test": "node ./script/test.js",
- "test-es5": "node ./script/test-es5.js"
+ "test-es5": "node ./script/test-es5.js",
+ "esdoc": "./node_modules/.bin/esdoc -c esdoc.json"
},
"devDependencies": {
19
"babel": "^5.8.20",
0 commit comments