diff --git a/packages/credit-operations/package.json b/packages/credit-operations/package.json index c5683cf48..22af8fcae 100644 --- a/packages/credit-operations/package.json +++ b/packages/credit-operations/package.json @@ -3,13 +3,12 @@ "version": "1.0.0", "private": true, "description": "Central credit operation definitions and costs for all Mana apps", - "main": "src/index.ts", - "types": "src/index.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "exports": { ".": { - "types": "./src/index.ts", - "import": "./src/index.ts", - "default": "./src/index.ts" + "types": "./dist/index.d.ts", + "default": "./dist/index.js" } }, "scripts": {