From 09cb7a7587bd96f378c3a1bab883bc50738550fb Mon Sep 17 00:00:00 2001 From: Steven Edouard Date: Thu, 12 Nov 2015 15:29:52 -0800 Subject: [PATCH] fix(package) - update package version --- package.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cf9aade..3fc45df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "windows-registry-node", - "version": "1.0.0", + "name": "windows-registry", + "version": "0.0.2", "description": "Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies & such.", "main": "index.js", "directories": { @@ -42,7 +42,16 @@ "uac", "association" ], - "author": "sedouard", + "author": { "name" : "Steven Edouard", + "email" : "sedouard@microsoft.com", + "url" : "http://stevenedouard.com" + }, + "contributors": [ + { "name" : "Rita Zhang", + "email" : "ritazh@microsoft.com", + "url" : "https://ritazh.com" + } + ], "license": "ISC", "bugs": { "url": "https://github.com/CatalystCode/windows-registry-node/issues"