Skip to content

Commit

Permalink
fix: Use correct components.js URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Sep 5, 2024
1 parent bab981a commit 71bef16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"repository": "[email protected]:CommunitySolidServer/AsyncHandler.git",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers",
"lsd:components": "dist/components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/dist/": "dist/"
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/dist/": "dist/"
},
"files": [
"config",
Expand Down

0 comments on commit 71bef16

Please sign in to comment.