2023.01.28-2
This commit is contained in:
parent
3e8c5e06f9
commit
4e34575033
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "@thundernetworkrad/std",
|
"name": "@thundernetworkrad/std",
|
||||||
"version": "2023.01.28-1",
|
"version": "2023.01.28-2",
|
||||||
"description": "Standard module for javascript",
|
"description": "Standard module for javascript",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "tsc"
|
"install": "tsc"
|
||||||
|
|
Loading…
Reference in a new issue