mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: update package.json of sub-packages
This commit is contained in:
parent
3248f16719
commit
5c5860562d
@ -3,19 +3,11 @@
|
|||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
"description": "eslint config of vant.",
|
"description": "eslint config of vant.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"publishConfig": {
|
||||||
"release": "npm publish --access public"
|
"access": "public"
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/youzan/vant.git",
|
|
||||||
"directory": "packages/vant-eslint-config"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-eslint-config",
|
||||||
"url": "https://github.com/youzan/vant/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/youzan/vant/packages/vant-eslint-config#readme",
|
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "^6.0.0"
|
"eslint": "^6.0.0"
|
||||||
},
|
},
|
||||||
|
@ -3,19 +3,11 @@
|
|||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"description": "Simple and fast vue markdown loader",
|
"description": "Simple and fast vue markdown loader",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"publishConfig": {
|
||||||
"release": "npm publish --access public"
|
"access": "public"
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/youzan/vant.git",
|
|
||||||
"directory": "packages/vant-markdown-loader"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-markdown-loader",
|
||||||
"url": "https://github.com/youzan/vant/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/youzan/vant/packages/vant-markdown-loader#readme",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"front-matter": "^3.0.2",
|
"front-matter": "^3.0.2",
|
||||||
"highlight.js": "^9.15.6",
|
"highlight.js": "^9.15.6",
|
||||||
|
@ -3,20 +3,9 @@
|
|||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"description": "Vant touch emulator",
|
"description": "Vant touch emulator",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"publishConfig": {
|
||||||
"release": "npm publish --access publish"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/youzan/vant.git",
|
|
||||||
"directory": "packages/vant-touch-emulator"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"vant"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-touch-emulator"
|
||||||
"url": "https://github.com/youzan/vant/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/youzan/vant/packages/vant-touch-emulator#readme"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user