Add dist to npm files and bump version.

This commit is contained in:
Carter Bertolini 2023-11-14 16:34:45 -05:00
parent 237e8919b0
commit 4080b9ea12

View File

@ -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",