Skip to content

Commit

Permalink
Updated repository links in package.json
Browse files Browse the repository at this point in the history
refs https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository

- this updates the repository URLs so NPM will link to the correct repo
  now it's moved under the TryGhost organization
  • Loading branch information
daniellockyer committed Apr 12, 2022
1 parent 982f46e commit 7c85933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "5.0.2",
"homepage": "https://github.com/mapbox/node-sqlite3",
"homepage": "https://github.com/TryGhost/node-sqlite3",
"author": {
"name": "MapBox",
"url": "https://mapbox.com/"
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/mapbox/node-sqlite3.git"
"url": "https://github.com/TryGhost/node-sqlite3.git"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.0",
Expand Down

0 comments on commit 7c85933

Please sign in to comment.