From df92f708e6126ecfd833c12bf0f148159edd37c1 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Fri, 1 Jun 2018 12:03:01 +0530 Subject: [PATCH] [misc] package changes --- package.json | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 58185c4..0acb463 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,23 @@ { - "name": "@codefeathers/promise.object", - "version": "0.0.1", - "description": "Deep resolving promises in objects.", - "main": "es6/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", - "contributors": [ - "Thomas Rory Gummerson <@TRGWII> (https://rory.no)" - ], - "license": "MIT" -} + "name": "@codefeathers/promise.object", + "version": "0.0.2", + "description": "Deep resolve promises in objects.", + "main": "es6/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", + "contributors": [ + "Thomas Rory Gummerson <@TRGWII> (https://rory.no)" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/codefeathers/Promise.object.git" + }, + "bugs": { + "url": "https://github.com/codefeathers/Promise.object/issues" + }, + "homepage": "https://github.com/codefeathers/Promise.object#readme", + "license": "MIT" +} \ No newline at end of file