chore: update package.json of sub-packages

This commit is contained in:
陈嘉涵 2019-08-21 15:08:34 +08:00
parent 3248f16719
commit 5c5860562d
3 changed files with 9 additions and 36 deletions

View File

@ -3,19 +3,11 @@
"version": "1.2.4",
"description": "eslint config of vant.",
"main": "index.js",
"scripts": {
"release": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant-eslint-config"
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/youzan/vant/issues"
},
"homepage": "https://github.com/youzan/vant/packages/vant-eslint-config#readme",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-eslint-config",
"peerDependencies": {
"eslint": "^6.0.0"
},

View File

@ -3,19 +3,11 @@
"version": "2.2.0",
"description": "Simple and fast vue markdown loader",
"main": "src/index.js",
"scripts": {
"release": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant-markdown-loader"
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/youzan/vant/issues"
},
"homepage": "https://github.com/youzan/vant/packages/vant-markdown-loader#readme",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-markdown-loader",
"dependencies": {
"front-matter": "^3.0.2",
"highlight.js": "^9.15.6",

View File

@ -3,20 +3,9 @@
"version": "1.1.0",
"description": "Vant touch emulator",
"main": "index.js",
"scripts": {
"release": "npm publish --access publish"
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant-touch-emulator"
},
"keywords": [
"vant"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/youzan/vant/issues"
},
"homepage": "https://github.com/youzan/vant/packages/vant-touch-emulator#readme"
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-touch-emulator"
}