From b067a0ba78c13908873103001ce42875a25e2e90 Mon Sep 17 00:00:00 2001 From: anseki Date: Thu, 28 May 2015 14:53:21 +0900 Subject: [PATCH] Update package.json for new guidelines v2.10.0. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d2414d..e8c64fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readline-sync", - "version": "1.2.16", + "version": "1.2.17", "title": "readlineSync", "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).", "keywords": [ @@ -23,7 +23,7 @@ "url": "git://github.com/anseki/readline-sync.git" }, "bugs": "https://github.com/anseki/readline-sync/issues", - "licenses": "MIT", + "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki"