Skip to content

Commit

Permalink
Merge pull request #400 from IBM/update-package-metadata
Browse files Browse the repository at this point in the history
Update package metadata
  • Loading branch information
kadler authored Aug 21, 2024
2 parents 061b4a8 + aef8085 commit a576eae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "odbc",
"description": "unixodbc bindings for node",
"version": "2.4.8",
"homepage": "http://github.com/markdirish/node-odbc/",
"homepage": "http://github.com/IBM/node-odbc/",
"main": "lib/odbc.js",
"types": "lib/odbc.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/markdirish/node-odbc.git"
"url": "git://github.com/IBM/node-odbc.git"
},
"bugs": {
"url": "https://github.com/markdirish/node-odbc/issues"
"url": "https://github.com/IBM/node-odbc/issues"
},
"contributors": [
{
Expand All @@ -31,7 +31,7 @@
"lib": "."
},
"engines": {
"node": ">=10.19.0"
"node": ">=18.0.0"
},
"scripts": {
"build": "node-pre-gyp install --build-from-source",
Expand All @@ -54,7 +54,7 @@
"binary": {
"module_name": "odbc",
"module_path": "./lib/bindings/napi-v{napi_build_version}",
"host": "https://github.com/markdirish/node-odbc/releases/download/v{version}",
"host": "https://github.com/IBM/node-odbc/releases/download/v{version}",
"package_name": "{name}-v{version}-{platform}-{arch}-napi-v{napi_build_version}.tar.gz",
"napi_versions": [
8
Expand Down

0 comments on commit a576eae

Please sign in to comment.