Update package.json
This commit is contained in:
parent
07dff32e12
commit
6e3210a9e6
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@thundernetworkrad/readline-sync",
|
"name": "@thundernetworkrad/readline-sync",
|
||||||
"version": "2023.01.26-1",
|
"version": "2023.01.26-2",
|
||||||
"title": "readlineSync",
|
"title": "readlineSync",
|
||||||
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
|
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -19,10 +19,6 @@
|
||||||
"block"
|
"block"
|
||||||
],
|
],
|
||||||
"main": "./lib/readline-sync.js",
|
"main": "./lib/readline-sync.js",
|
||||||
"files": [
|
|
||||||
"lib/*.@(js|ps1|sh|d.ts)",
|
|
||||||
"README-Deprecated.md"
|
|
||||||
],
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue