From 584e4914941901a4c6f0f039ed0171ee2c860193 Mon Sep 17 00:00:00 2001 From: johnste Date: Fri, 11 Mar 2016 21:29:14 +0100 Subject: [PATCH] v0.0.3 --- package.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc24588..12d0952 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "getify", - "version": "0.0.1", - "description": "", + "version": "0.0.3", "main": "lib/getify.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -15,5 +14,18 @@ "bugs": { "url": "https://github.com/johnste/getify/issues" }, - "homepage": "https://github.com/johnste/getify#readme" + "homepage": "https://github.com/johnste/getify#readme", + "keywords": [ + "nested", + "value", + "deep", + "path", + "access", + "property", + "get", + "object", + "es6", + "proxy" + ], + "description": "" }