Skip to content

Commit

Permalink
Update URL to new org (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Jun 29, 2024
1 parent 57d2459 commit 543effd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function createHook (meta) {
async function resolve (specifier, context, parentResolve) {
cachedResolve = parentResolve

// See github.com/DataDog/import-in-the-middle/pull/76.
// See github.com/nodejs/import-in-the-middle/pull/76.
if (specifier === iitmURL) {
return {
url: specifier,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DataDog/import-in-the-middle.git"
"url": "git+ssh://git@github.com/nodejs/import-in-the-middle.git"
},
"keywords": [
"import",
Expand All @@ -25,9 +25,9 @@
"author": "Bryan English <bryan.english@datadoghq.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/DataDog/import-in-the-middle/issues"
"url": "https://github.com/nodejs/import-in-the-middle/issues"
},
"homepage": "https://github.com/DataDog/import-in-the-middle#readme",
"homepage": "https://github.com/nodejs/import-in-the-middle#readme",
"imhotap": {
"runner": "node",
"test-env": "NODE_OPTIONS=--no-warnings --require ./test/version-check.js --experimental-loader ./test/generic-loader.mjs"
Expand Down

0 comments on commit 543effd

Please sign in to comment.