From 0c503e3ffabb44da40b1c532a2e62cabe9a49fa3 Mon Sep 17 00:00:00 2001 From: anseki Date: Thu, 12 Feb 2015 09:27:38 +0900 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e8aea2..92934cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readline-sync", - "version": "0.5.5", + "version": "0.5.6", "title": "readlineSync", "description": "Synchronous Readline", "keywords": [ @@ -8,6 +8,8 @@ "synchronous", "prompt", "question", + "password", + "keyboard", "wait", "block" ],