提交 b182e7c9 编写于 作者: M meteorlxy

build($shared-utils): add types defs package

上级 8d0c27b6
......@@ -2,30 +2,33 @@
"name": "@vuepress/shared-utils",
"version": "1.2.0",
"description": "shared-utils for vuepress",
"main": "lib/index.js",
"types": "types/index.d.ts",
"files": [
"lib",
"types"
"keywords": [
"documentation",
"generator",
"vue",
"vuepress"
],
"scripts": {
"tsc": "tsc",
"update-index": "node scripts/update-index.js"
},
"publishConfig": {
"access": "public"
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/shared-utils"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
"license": "MIT",
"author": "ULIVZ <chl814@foxmail.com>",
"files": [
"lib",
"types"
],
"main": "lib/index.js",
"types": "types/index.d.ts",
"scripts": {
"tsc": "tsc",
"update-index": "node scripts/update-index.js"
},
"dependencies": {
"chalk": "^2.3.2",
"diacritics": "^1.3.0",
......@@ -37,10 +40,10 @@
"semver": "^6.0.0",
"upath": "^1.1.0"
},
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
"devDependencies": {
"@types/diacritics": "^1.3.1"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme"
"publishConfig": {
"access": "public"
}
}
......@@ -2086,6 +2086,11 @@
version "3.5.27"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.27.tgz#61eb4d75dc6bfbce51cf49ee9bbebe941b2cb5d0"
"@types/diacritics@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@types/diacritics/-/diacritics-1.3.1.tgz#925fbaf4bfbaafbcafe5ac1be67c58c965a0ad40"
integrity sha512-tAH+RY51Zbz7ZSzN7yxQBKEue78U6weZ1UUBNjFoitoLbJGFJCKI7KVHwGsnYo4s2xSFr9KGEkjst2FolpYqyA==
"@types/escape-html@^0.0.20":
version "0.0.20"
resolved "https://registry.yarnpkg.com/@types/escape-html/-/escape-html-0.0.20.tgz#cae698714dd61ebee5ab3f2aeb9a34ba1011735a"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册