From abdce30c32cc3e4cdee27dc035ea8b90fe38c2fe Mon Sep 17 00:00:00 2001 From: tjs Date: Tue, 12 Apr 2022 13:45:39 -0400 Subject: [PATCH] fix package entry point --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b585cff3..e10c50023 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "@blockworks-foundation/mango-client", "version": "0.1.0", "description": "Typescript Client for mango-v4 program.", - "main": "lib/src/index.js", - "types": "lib/src/index.d.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "repository": "https://github.com/blockworks-foundation/mango-v4", "scripts": { "build": "tsc",