From 4de880323d9f80164e7b483bcdf00091f6ec417d Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Fri, 4 May 2018 09:46:45 -0700 Subject: [PATCH] 2.0.0 --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 70fa77c..300d3d4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,19 @@ { "name": "alexa-verifier", - "version": "1.0.0", + "version": "2.0.0", "description": "Verify HTTP requests sent to an Alexa skill are sent from Amazon", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/mreinstein/alexa-verifier.git" }, + "keywords": [ + "alexa", + "amazon", + "echo", + "skill", + "validation" + ], "scripts": { "test": "tap ./test" },