mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
13 lines
203 B
JSON
13 lines
203 B
JSON
{
|
|
"opts": {
|
|
"template": "node_modules/minami"
|
|
},
|
|
"source": {
|
|
"include": ["package.json", "lib"]
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown",
|
|
"node_modules/jsdoc-strip-async-await"
|
|
]
|
|
}
|