From 4080b9ea124663de180ae72eb7324ce5657533c8 Mon Sep 17 00:00:00 2001 From: Carter Bertolini Date: Tue, 14 Nov 2023 16:34:45 -0500 Subject: [PATCH] Add dist to npm files and bump version. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fc76dcc..6bd4f4d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "@finvis/usxi", - "version": "1.2.0", + "version": "1.3.0", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "files": [ + "dist" + ], "scripts": { "start": "node dist/index.js", "build": "tsc",