Skip to content

Commit 09cb7a7

Browse files
author
Steven Edouard
committed
fix(package) - update package version
1 parent 30d338e commit 09cb7a7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "windows-registry-node",
3-
"version": "1.0.0",
2+
"name": "windows-registry",
3+
"version": "0.0.2",
44
"description": "Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies & such.",
55
"main": "index.js",
66
"directories": {
@@ -42,7 +42,16 @@
4242
"uac",
4343
"association"
4444
],
45-
"author": "sedouard",
45+
"author": { "name" : "Steven Edouard",
46+
"email" : "[email protected]",
47+
"url" : "http://stevenedouard.com"
48+
},
49+
"contributors": [
50+
{ "name" : "Rita Zhang",
51+
"email" : "[email protected]",
52+
"url" : "https://ritazh.com"
53+
}
54+
],
4655
"license": "ISC",
4756
"bugs": {
4857
"url": "https://github.com/CatalystCode/windows-registry-node/issues"

0 commit comments

Comments
 (0)