diff --git a/package.json b/package.json index 1b0fb54..0bb96bb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "0.1.3", "description": "Substreams Sink Websockets", "name": "substreams-sink-websockets", "homepage": "https://github.com/pinax-network/substreams-sink-websockets", @@ -11,6 +11,9 @@ "exports": { ".": "./dist/index.js" }, + "files": [ + "dist" + ], "scripts": { "start": "bun run index.ts", "prepublish": "tsc",