From d77ce80f722e1d9cd74a50db80d4e925f059d304 Mon Sep 17 00:00:00 2001 From: wuyiw Date: Thu, 21 Dec 2017 19:28:04 +0800 Subject: [PATCH] [Improvement] include "types" in "files" field (#462) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7493dc89a..9dd815c3e 100644 --- a/package.json +++ b/package.json @@ -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 ../../",