File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 5
5
"index" : " ./README.md" ,
6
6
"package" : " ./package.json" ,
7
7
"plugins" : [
8
- {
9
- "name" : " esdoc-ecmascript-proposal-plugin" ,
10
- "option" : {
11
- "all" : true
12
- }
13
- },
14
- {
15
- "name" : " esdoc-inject-script-plugin" ,
16
- "option" : {
17
- "enable" : true ,
18
- "scripts" : [
19
- " ./doc/scripts/header.js"
20
- ]
21
- }
22
- },
23
- {
24
- "name" : " esdoc-inject-style-plugin" ,
25
- "option" : {
26
- "enable" : true ,
27
- "styles" : [
28
- " ./doc/css/style.css"
29
- ]
30
- }
31
- },
32
8
{
33
9
"name" : " esdoc-standard-plugin" ,
34
10
"option" : {
56
32
]
57
33
}
58
34
}
35
+ },
36
+ {
37
+ "name" : " esdoc-inject-style-plugin" ,
38
+ "option" : {
39
+ "enable" : true ,
40
+ "styles" : [
41
+ " ./doc/css/style.css"
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "name" : " esdoc-inject-script-plugin" ,
47
+ "option" : {
48
+ "enable" : true ,
49
+ "scripts" : [
50
+ " ./doc/scripts/header.js"
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "name" : " esdoc-ecmascript-proposal-plugin" ,
56
+ "option" : {
57
+ "all" : true
58
+ }
59
59
}
60
60
]
61
61
}
You can’t perform that action at this time.
0 commit comments