Merge branch '17-fix-missing-dist-in-npm-package' into 'main'
Resolve "Fix missing dist in npm package." Closes #17 See merge request finvis/usxi!16
This commit is contained in:
commit
1a127ed925
@ -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