Skip to content

Commit 33c10f0

Browse files
committed
chore(deno): remove unused imports from deno.json 🗑️
- Remove @neabyte/fast-router import - Remove @neabyte/procker-js import
1 parent 325f1da commit 33c10f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

deno.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@
6666
},
6767
"imports": {
6868
"@std/assert": "jsr:@std/assert@^1.0.19",
69-
"@neabyte/fast-router": "jsr:@neabyte/fast-router@0.1.0",
70-
"@neabyte/procker-js": "./src/index.ts",
71-
"linkedom": "npm:linkedom@^0.18.12",
7269
"@app/": "./src/",
73-
"@tests/": "./tests/"
70+
"@tests/": "./tests/",
71+
"linkedom": "npm:linkedom@^0.18.12"
7472
},
7573
"publish": {
7674
"exclude": [

0 commit comments

Comments
 (0)