chore: set readme to none

pull/2/head
杨俊宁 3 years ago
parent 8ef6c162ed
commit 5aad9bac47

@ -3,10 +3,12 @@
"description": "VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了所有扩展作者可以使用的 VS Code API。", "description": "VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了所有扩展作者可以使用的 VS Code API。",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"prebuild": "rimraf docs/",
"build": "typedoc", "build": "typedoc",
"dev": "yarn build --watch & serve docs/" "dev": "rimraf doc & yarn build --watch & serve docs/"
}, },
"devDependencies": { "devDependencies": {
"rimraf": "^3.0.2",
"serve": "^12.0.0", "serve": "^12.0.0",
"typedoc": "^0.21.5", "typedoc": "^0.21.5",
"typescript": "^4.3.5" "typescript": "^4.3.5"

@ -1,6 +1,6 @@
{ {
"name": "VS Code API", "name": "VS Code API 简体中文版",
"readme": "./README.md", "readme": "none",
"sort": ["source-order"], "sort": ["source-order"],
"excludePrivate": true, "excludePrivate": true,
"excludeProtected": true, "excludeProtected": true,

@ -268,7 +268,7 @@ get-stream@^4.0.0:
dependencies: dependencies:
pump "^3.0.0" pump "^3.0.0"
glob@^7.1.7: glob@^7.1.3, glob@^7.1.7:
version "7.1.7" version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@ -544,6 +544,13 @@ registry-url@3.1.0:
dependencies: dependencies:
rc "^1.0.1" rc "^1.0.1"
rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.npm.taobao.org/rimraf/download/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=
dependencies:
glob "^7.1.3"
safe-buffer@5.1.2: safe-buffer@5.1.2:
version "5.1.2" version "5.1.2"
resolved "https://registry.nlark.com/safe-buffer/download/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" resolved "https://registry.nlark.com/safe-buffer/download/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

Loading…
Cancel
Save