From ab12259655079fe0f3402d3e1497cdec8c94502b Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 2 Oct 2024 00:43:32 -0700 Subject: [PATCH 1/2] remove packaging --- package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package.json b/package.json index d5851f9..3ff8fd2 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,6 @@ "author": "Anmol Yadav ", "homepage": "https://github.com/cosmology-tech/hyperweb#readme", "license": "SEE LICENSE IN LICENSE", - "main": "index.js", - "module": "esm/index.js", - "types": "index.d.ts", - "publishConfig": { - "access": "public", - "directory": "dist" - }, "repository": { "type": "git", "url": "https://github.com/cosmology-tech/hyperweb" From 5401f6bdf4ff31eca03a9419a0d15534d93a1a3f Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 2 Oct 2024 00:45:05 -0700 Subject: [PATCH 2/2] pkg --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ff8fd2..82d1a1d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hyperweb", "version": "0.0.1", "description": "Hyperweb smart contracts", - "author": "Anmol Yadav ", + "author": "Hyperweb ", "homepage": "https://github.com/cosmology-tech/hyperweb#readme", "license": "SEE LICENSE IN LICENSE", "repository": {