[Improvement] include "types" in "files" field (#462)

This commit is contained in:
wuyiw 2017-12-21 19:28:04 +08:00 committed by neverland
parent 7f3558cb3c
commit d77ce80f72

View File

@ -8,7 +8,8 @@
"typings": "types/index.d.ts",
"files": [
"lib",
"packages"
"packages",
"types"
],
"scripts": {
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",