Update package.json

This commit is contained in:
Killer Boss Original 2023-01-26 20:57:37 +01:00 committed by GitHub
parent 07dff32e12
commit 6e3210a9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"name": "@thundernetworkrad/readline-sync",
"version": "2023.01.26-1",
"version": "2023.01.26-2",
"title": "readlineSync",
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
"keywords": [
@ -19,10 +19,6 @@
"block"
],
"main": "./lib/readline-sync.js",
"files": [
"lib/*.@(js|ps1|sh|d.ts)",
"README-Deprecated.md"
],
"engines": {
"node": ">= 0.8.0"
},