From 3bb8ab3e9ef6e78845cef6451971a4aa3a8627d9 Mon Sep 17 00:00:00 2001 From: Haven Date: Tue, 4 Sep 2018 10:22:59 +0800 Subject: [PATCH] fix: add types in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b07ee19..a01cd739 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "typings": "types/index.d.ts", "files": [ "dist", - "src" + "src", + "types" ], "scripts": { "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",