Skip to content

Commit

Permalink
add fetching resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicba committed Jul 18, 2024
1 parent 828ce85 commit 9eedab6
Show file tree
Hide file tree
Showing 5 changed files with 2,163 additions and 2,407 deletions.
9 changes: 7 additions & 2 deletions controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"types": "dist/index.d.ts",
"keywords": [],
"author": "Open Summer of Code",
"contributors": ["BT-Creator", "Vicba", "Zelzahn"],
"contributors": [
"BT-Creator",
"Vicba",
"Zelzahn"
],
"license": "ISC",
"files": [
"/dist"
Expand All @@ -21,6 +25,7 @@
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"dependencies": {
"@inrupt/solid-client": "^2.0.1",
"@inrupt/solid-client-authn-browser": "^2.2.4"
"@inrupt/solid-client-authn-browser": "^2.2.4",
"@inrupt/vocab-common-rdf": "^1.0.5"
}
}
Loading

0 comments on commit 9eedab6

Please sign in to comment.