Skip to content

Commit 87ffefd

Browse files
committed
Remove universal-url and just use the global URL
1 parent 7351259 commit 87ffefd

File tree

3 files changed

+3
-97
lines changed

3 files changed

+3
-97
lines changed

package-lock.json

Lines changed: 3 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"ip-address": "^8.1.0",
7474
"json5": "^2.2.0",
7575
"jwt-decode": "^3.1.2",
76-
"universal-url": "^2.0.0",
7776
"uuid": "^8.3.2"
7877
},
7978
"jest": {

src/formats/uri.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { URL } from "universal-url";
2-
31
export type JSONURIFormat = {
42
name: "uri";
53
contentType?: string;

0 commit comments

Comments
 (0)