From adac9669987672ae9eefdbfb6d157dbccfb66ad0 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sun, 3 Jun 2018 16:27:46 +0530 Subject: [PATCH] [misc] Added tags --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce7f4fc..a7f91ff 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "@codefeathers/promise.object", - "version": "0.9.0", + "version": "0.9.1", "description": "Deep resolve promises in objects.", "main": "es6/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], + "keywords": [ + "Promise", + "A+", + "objects", + "deep resolve" + ], "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", "contributors": [ "Thomas Rory Gummerson <@TRGWII> (https://rory.no)"