Skip to content

Commit

Permalink
Merge pull request #31 from CatalystCode/fix_package
Browse files Browse the repository at this point in the history
fix(package) - update package version
  • Loading branch information
Steven Edouard committed Nov 13, 2015
2 parents 30d338e + 09cb7a7 commit 17f41ed
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions 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": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 17f41ed

Please sign in to comment.