Skip to content

Commit 543effd

Browse files
authored
Update URL to new org (#117)
1 parent 57d2459 commit 543effd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function createHook (meta) {
212212
async function resolve (specifier, context, parentResolve) {
213213
cachedResolve = parentResolve
214214

215-
// See github.com/DataDog/import-in-the-middle/pull/76.
215+
// See github.com/nodejs/import-in-the-middle/pull/76.
216216
if (specifier === iitmURL) {
217217
return {
218218
url: specifier,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+ssh://[email protected]/DataDog/import-in-the-middle.git"
15+
"url": "git+ssh://[email protected]/nodejs/import-in-the-middle.git"
1616
},
1717
"keywords": [
1818
"import",
@@ -25,9 +25,9 @@
2525
"author": "Bryan English <[email protected]>",
2626
"license": "Apache-2.0",
2727
"bugs": {
28-
"url": "https://github.com/DataDog/import-in-the-middle/issues"
28+
"url": "https://github.com/nodejs/import-in-the-middle/issues"
2929
},
30-
"homepage": "https://github.com/DataDog/import-in-the-middle#readme",
30+
"homepage": "https://github.com/nodejs/import-in-the-middle#readme",
3131
"imhotap": {
3232
"runner": "node",
3333
"test-env": "NODE_OPTIONS=--no-warnings --require ./test/version-check.js --experimental-loader ./test/generic-loader.mjs"

0 commit comments

Comments
 (0)