From 0d072d325c34dc709f28384aec5b09c66bcdf031 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 23 Nov 2022 17:44:17 +0100 Subject: [PATCH] Fix npm bundle --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 6a860bb..4dc0f3c 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,6 @@ "description": "SDK for building great Saleor Apps", "types": "index.d.ts", "main": "index.js", - "files": [ - "dist", - "README.md" - ], "scripts": { "prepublishOnly": "pnpm build", "watch": "tsup --watch",