44 "dictionaries" : [" jsdoc" ]
55 },
66 "source" : {
7- "include" : [" lib" ],
8- "includePattern" : " .js$" ,
7+ "include" : [
8+ " lib/contentstack.js" ,
9+ " lib/contentstackClient.js" ,
10+ " lib/user/index.js" ,
11+ " lib/organization/index.js" ,
12+ " lib/stack/index.js" ,
13+ " lib/stack/contentType/index.js" ,
14+ " lib/stack/globalField/index.js" ,
15+ " lib/query/index.js" ,
16+ " lib/stack/contentType/entry/index.js" ,
17+ " lib/stack/asset/index.js" ,
18+ " lib/stack/asset/folders/index.js" ,
19+ " lib/stack/bulkOperation/index.js" ,
20+ " lib/stack/extension/index.js" ,
21+ " lib/stack/release/index.js" ,
22+ " lib/stack/label/index.js" ,
23+ " lib/stack/locale/index.js" ,
24+ " lib/stack/environment/index.js" ,
25+ " lib/stack/deliveryToken/index.js" ,
26+ " lib/stack/roles/index.js" ,
27+ " lib/stack/webhook/index.js"
28+ ],
929 "excludePattern" : " (node_modules/|jsdocs)"
1030 },
1131 "templates" : {
1939 "recurse" : true ,
2040 "template" : " ./node_modules/docdash" ,
2141 "sort" : false
42+ },
43+ "docdash" : {
44+ "static" : true ,
45+ "sort" : false
2246 }
2347}
0 commit comments