Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Ahonen committed Sep 11, 2023
1 parent 975d571 commit f32506c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@lwahonen/ffi-napi",
"version": "4.0.12",
"version": "4.0.13",
"license": "MIT",
"author": "Anna Henningsen <[email protected]>",
"author": "LWAhonen@github",
"contributors": [
"Rick Branson <[email protected]>",
"Nathan Rajlich <[email protected]>",
"Gabor Mezo <[email protected]>"
"Gabor Mezo <[email protected]>",
"Anna Henningsen <[email protected]>"
],
"description": "A foreign function interface (FFI) for Node.js, N-API style, with \"v8::ArrayBuffer::GetBackingStore\" patch",
"keywords": [
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f32506c

Please sign in to comment.