diff --git a/package.json b/package.json index c23ab52..632877e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@lwahonen/ffi-napi", - "version": "4.0.12", + "version": "4.0.13", "license": "MIT", - "author": "Anna Henningsen ", + "author": "LWAhonen@github", "contributors": [ "Rick Branson ", "Nathan Rajlich ", - "Gabor Mezo " + "Gabor Mezo ", + "Anna Henningsen " ], "description": "A foreign function interface (FFI) for Node.js, N-API style, with \"v8::ArrayBuffer::GetBackingStore\" patch", "keywords": [ @@ -47,7 +48,7 @@ }, "repository": { "type": "git", - "url": "http://github.com/node-ffi-napi/node-ffi-napi.git" + "url": "http://github.com/lwahonen/node-ffi-napi.git" }, "bugs": { "url": "http://github.com/node-ffi-napi/node-ffi-napi/issues"