Update package.json for new guidelines v2.10.0.
This commit is contained in:
parent
7c36922564
commit
b067a0ba78
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "readline-sync",
|
"name": "readline-sync",
|
||||||
"version": "1.2.16",
|
"version": "1.2.17",
|
||||||
"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": [
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"url": "git://github.com/anseki/readline-sync.git"
|
"url": "git://github.com/anseki/readline-sync.git"
|
||||||
},
|
},
|
||||||
"bugs": "https://github.com/anseki/readline-sync/issues",
|
"bugs": "https://github.com/anseki/readline-sync/issues",
|
||||||
"licenses": "MIT",
|
"license": "MIT",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "anseki",
|
"name": "anseki",
|
||||||
"url": "https://github.com/anseki"
|
"url": "https://github.com/anseki"
|
||||||
|
|
Loading…
Reference in a new issue