diff --git a/package.json b/package.json index a5b72431b..2d2b5b0c5 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "integration", "slack-app" ], - "main": "./build/index.js", - "types": "./build/index.d.ts", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "files": [ "dist/**/*" ],