Skip to content

Commit 6075ded

Browse files
committed
Fix needing deno.json
1 parent c615beb commit 6075ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import * as is_what from "is-what"
1+
import * as is_what from "https://deno.land/x/is_what@v4.1.15/src/index.ts"
22
export { is_what }
33

4-
import { type PlainObject } from "is-what"
4+
import { type PlainObject } from "https://deno.land/x/is_what@v4.1.15/src/index.ts"
55
export type { PlainObject }
66

7-
import * as outdent from "outdent"
7+
import * as outdent from "https://deno.land/x/outdent@v0.8.0/mod.ts"
88
export { outdent }
99

1010
// importing super specifically to reduce final npm bundle size

0 commit comments

Comments
 (0)