Skip to content

Commit

Permalink
Merge pull request #17 from RoboVault/fix/arktype_version
Browse files Browse the repository at this point in the history
Fixing arktype version
  • Loading branch information
SmoothBot authored Jul 17, 2023
2 parents 35f5c71 + 13e54f4 commit 1f21afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ export {
ConsoleHandler,
} from 'https://deno.land/[email protected]/log/handlers.ts'
export { crypto } from 'https://deno.land/[email protected]/crypto/mod.ts'
export { scope } from 'npm:arktype'
export { scope } from 'npm:arktype@1.0.14-alpha'
export { GraphQLError } from 'npm:graphql'

0 comments on commit 1f21afe

Please sign in to comment.