feat: add @vant/area-data package (#8490)
This commit is contained in:
16
packages/vant-area-data/package.json
Normal file
16
packages/vant-area-data/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@vant/area-data",
|
||||
"version": "1.0.0",
|
||||
"description": "Vant 省市区数据",
|
||||
"main": "lib/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"release": "yarn build && npm publish"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/youzan/vant"
|
||||
}
|
||||
Reference in New Issue
Block a user