From f32506c273625b710c9ac325a0a586144f5d843a Mon Sep 17 00:00:00 2001 From: Lauri Ahonen Date: Mon, 11 Sep 2023 17:36:19 +0300 Subject: [PATCH] Fix repo url --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"