From 58e0b858bff5a01c08a2496296e1082b9682193e Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Fri, 6 Oct 2023 22:57:05 -0400 Subject: [PATCH] include files --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",