Skip to content

Commit 71bef16

Browse files
committed
fix: Use correct components.js URLs
1 parent bab981a commit 71bef16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"repository": "[email protected]:CommunitySolidServer/AsyncHandler.git",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
8-
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler",
8+
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers",
99
"lsd:components": "dist/components/components.jsonld",
1010
"lsd:contexts": {
11-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
11+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
1212
},
1313
"lsd:importPaths": {
14-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/": "dist/components/",
15-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/config/": "config/",
16-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/dist/": "dist/"
14+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/": "dist/components/",
15+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/config/": "config/",
16+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/dist/": "dist/"
1717
},
1818
"files": [
1919
"config",

0 commit comments

Comments
 (0)