From 37fed9510d07b3ec65193bf1eb05ba3a922b2579 Mon Sep 17 00:00:00 2001 From: Yichang Liu Date: Fri, 13 Sep 2019 17:35:40 +0800 Subject: [PATCH] fix: publish should include all files under src --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 236da095d..4e6980f3e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "typings": "types/index.d.ts", "files": [ - "src/*.js", + "src", "dist/*.js", "types/*.d.ts" ],