Fix npm bundle

This commit is contained in:
Lukasz Ostrowski 2022-11-23 17:44:17 +01:00
parent a013457e02
commit 0d072d325c

View file

@ -4,10 +4,6 @@
"description": "SDK for building great Saleor Apps", "description": "SDK for building great Saleor Apps",
"types": "index.d.ts", "types": "index.d.ts",
"main": "index.js", "main": "index.js",
"files": [
"dist",
"README.md"
],
"scripts": { "scripts": {
"prepublishOnly": "pnpm build", "prepublishOnly": "pnpm build",
"watch": "tsup --watch", "watch": "tsup --watch",