Add dist to npm files and bump version.
This commit is contained in:
parent
237e8919b0
commit
4080b9ea12
@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@finvis/usxi",
|
"name": "@finvis/usxi",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user