Skip to content

Commit 683df7b

Browse files
committed
fix for deno
1 parent 7106d17 commit 683df7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deno/deno.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"./plugins/error-retry": "./plugins/error-retry.ts",
88
"./plugins/throttle": "./plugins/throttle.ts",
99
"./plugins/dedupe": "./plugins/dedupe.ts",
10-
"./plugins/cache": "./plugins/cache.ts",
10+
"./plugins/cache": "./plugins/cache/index.ts",
1111
"./plugins/progress": "./plugins/progress.ts",
12-
"./plugins/mock": "./plugins/mock.ts",
12+
"./plugins/mock": "./plugins/mock/index.ts",
1313
"./plugins/error-cache": "./plugins/error-cache.ts",
1414
"./plugins/token-refresh": "./plugins/token-refresh.ts"
1515
},

0 commit comments

Comments
 (0)