From 8ac453f5a7f0ff6ed4ac9c869f341a161101f298 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 28 Dec 2023 00:35:08 -0500 Subject: [PATCH] fix: add main --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2a2b710..5820fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "web3.news-publisher", "version": "0.1.0", + "main": "src/index.ts", "description": "Publish your site to the web3.news aggregator", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",