From 535a707573a9188c2cdd8ca3930837ca271308c8 Mon Sep 17 00:00:00 2001 From: --replace-all Date: Fri, 20 Aug 2021 02:10:59 +0800 Subject: [PATCH] Add files flag in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 89f307d..a161aa5 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "author": "Utkarsh Goel", "main": "lib/index.js", "types": "lib/index.d.ts", + "files": [ + "dist" + ], "license": "MIT", "devDependencies": { "@types/node": "^16.6.2",