Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jul 3, 2024
1 parent 745ca6a commit 7c1c16e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions e2e/node/error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ import {
getPodRoot,
} from "@inrupt/internal-test-env";
import { Session } from "@inrupt/solid-client-authn-node";
import { getPodUrlAll } from "@inrupt/solid-client";

import {
NotAcceptableError,
NotFoundError,
UnauthorizedError,
handleErrorResponse
handleErrorResponse,
} from "../../src/index";

custom.setHttpOptionsDefaults({
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@inrupt/eslint-config-lib": "^3.0.1",
"@inrupt/internal-test-env": "^3.2.1",
"@inrupt/jest-jsdom-polyfills": "^3.2.1",
"@inrupt/solid-client": "^2.0.1",
"@inrupt/solid-client-authn-node": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typhonjs-typedoc/ts-lib-docs": "^2023.7.12",
Expand Down

0 comments on commit 7c1c16e

Please sign in to comment.