fix(@vant/area-data): only publish dist folder to npm

This commit is contained in:
chenjiahan 2022-04-23 09:53:00 +08:00 committed by neverland
parent 7ae1028427
commit f927f6a751

View File

@ -5,6 +5,9 @@
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf ./dist",
"dev": "node ./build.js -w",