fix
This commit is contained in:
parent
c967884dbb
commit
9bd0befd5d
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "node-cin",
|
"name": "node-cin",
|
||||||
"version": "2023.02.03",
|
"version": "2023.02.03-1",
|
||||||
"description": "Standard input module for JavaScript / TypeScript",
|
"description": "Standard input module for JavaScript / TypeScript",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "tsc"
|
"install": "tsc"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue