Update package.json for new guidelines v2.10.0.

This commit is contained in:
anseki 2015-05-28 14:53:21 +09:00
parent 7c36922564
commit b067a0ba78

View file

@ -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"