From e095feff17d26421dbc89e1419ab44757270091c Mon Sep 17 00:00:00 2001 From: Jolyn Denning Date: Mon, 15 Sep 2025 19:39:26 -0600 Subject: [PATCH] Update repository url --- CHANGELOG.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bff0fe..89d2530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.0 -- breaking: Rewrite to use new initialization customization hook. Update documentation. 08b56d2 ([#12](https://github.com/node-loader/node-loader-import-maps/pull/12)) by Jolyn +- breaking: Rewrite to use new initialization customization hook. Update documentation. 08b56d2 ([#12](https://github.com/node-loader/import-maps/pull/12)) by Jolyn `@node-loader/import-maps` no longer assumes `node.importmap` file path, but instead require explicitly setting the importMap or importMapUrl via [options.data](https://nodejs.org/api/module.html#moduleregisterspecifier-parenturl-options). diff --git a/package.json b/package.json index 1415b33..37c1cbd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/node-loader/node-loader-import-maps.git" + "url": "git+https://github.com/node-loader/import-maps.git" }, "engines": { "node": ">=20" @@ -19,9 +19,9 @@ "author": "Jolyn", "license": "MIT", "bugs": { - "url": "https://github.com/node-loader/node-loader-import-maps/issues" + "url": "https://github.com/node-loader/import-maps/issues" }, - "homepage": "https://github.com/node-loader/node-loader-import-maps#readme", + "homepage": "https://github.com/node-loader/import-maps#readme", "publishConfig": { "access": "public" },