From 1cbf6ea6019bdb776eb3ab9f9b1c7e299fc11448 Mon Sep 17 00:00:00 2001 From: bdwenxi Date: Thu, 24 Sep 2020 14:00:57 +0800 Subject: [PATCH] Add files attr to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 9eef971..599ad08 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,11 @@ "email": "bdwenxi@gmail.com" } ], + "files": [ + "src", + "cjs", + "es" + ], "scripts": { "build": "rm -rf es cjs && tsc & tsc --module esnext --outDir ./es", "build:check": "tsc",