@diplodoc/cli 4.6.0-alpha-2 → 4.6.0-alpha-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +4 -9
package/build/index.js
CHANGED
|
@@ -4059,7 +4059,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
|
|
|
4059
4059
|
default: false,
|
|
4060
4060
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
4061
4061
|
type: "boolean"
|
|
4062
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.6.0-alpha-
|
|
4062
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.6.0-alpha-3" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
|
|
4063
4063
|
console.timeEnd(MAIN_TIMER_ID);
|
|
4064
4064
|
if (err) {
|
|
4065
4065
|
console.error(err);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Yandex Data UI Team <data-ui@yandex-team.ru>",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "4.6.0-alpha-
|
|
6
|
+
"version": "4.6.0-alpha-3",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git@github.com:diplodoc-platform/cli.git"
|
|
@@ -107,16 +107,11 @@
|
|
|
107
107
|
},
|
|
108
108
|
"pkg": {
|
|
109
109
|
"scripts": [
|
|
110
|
-
"build
|
|
111
|
-
"build
|
|
112
|
-
"build/plugins/*.js",
|
|
113
|
-
"build/lint-rules/*.js",
|
|
114
|
-
"build/default-lint-config.js",
|
|
115
|
-
"build/head-content.js"
|
|
110
|
+
"./build/*.js",
|
|
111
|
+
"./build/**/*.js"
|
|
116
112
|
],
|
|
117
113
|
"assets": [
|
|
118
|
-
"
|
|
119
|
-
"build/app.client.css"
|
|
114
|
+
"./assets/*"
|
|
120
115
|
]
|
|
121
116
|
},
|
|
122
117
|
"keywords": [
|