Skip to content

Commit

Permalink
Bump semver to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Aug 11, 2021
1 parent 84a5dd9 commit 8e95e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export {
assertEquals,
assertThrowsAsync,
} from "https://deno.land/[email protected]/testing/asserts.ts";
export * as semver from "https://deno.land/x/semver@v1.0.0/mod.ts";
export * as semver from "https://deno.land/x/semver@v1.4.0/mod.ts";
export { parse } from "https://deno.land/[email protected]/flags/mod.ts";

0 comments on commit 8e95e52

Please sign in to comment.