mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
Restoring the docs build after we lost it with Travis. Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"name": "cli11-gitbook",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"gitbook-cli": "2.2.0",
|
|
"gitbook-plugin-hints": "^1.0.2",
|
|
"gitbook-plugin-include-codeblock": "^3.2.2",
|
|
"gitbook-plugin-term": "^0.5.1",
|
|
"svgexport": ">=0.4.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "npx gitbook fetch 3.2.3 && npx gitbook install"
|
|
}
|
|
}
|