Skip to content

Commit 1f21afe

Browse files
authored
Merge pull request #17 from RoboVault/fix/arktype_version
Fixing arktype version
2 parents 35f5c71 + 13e54f4 commit 1f21afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ export {
3636
ConsoleHandler,
3737
} from 'https://deno.land/std@0.181.0/log/handlers.ts'
3838
export { crypto } from 'https://deno.land/std@0.186.0/crypto/mod.ts'
39-
export { scope } from 'npm:arktype'
39+
export { scope } from 'npm:arktype@1.0.14-alpha'
4040
export { GraphQLError } from 'npm:graphql'

0 commit comments

Comments
 (0)