Skip to content

Commit

Permalink
Use velociraptor vr to run tasks and nest.land for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloio committed Dec 31, 2021
1 parent 2d11938 commit b3ff7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
freezeMerge,
merge,
RandomFn,
} from "https://deno.land/x/test_randomizing@0.2.1/mod.ts";
} from "https://deno.land/x/test_randomizing@0.4.0/mod.ts";
```

### Node.js ([npm.js](https://www.npmjs.com/package/test-randomizing))
Expand Down
2 changes: 1 addition & 1 deletion examples/deno/generate-email.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
freezeMerge,
RandomFn,
} from "https://x.nest.land/[email protected]/mod.ts";
// or via deno.land "https://deno.land/x/test_randomizing@0.2.1/mod.ts"
// or via deno.land "https://deno.land/x/test_randomizing@0.4.0/mod.ts"
// or via Arweave "https://arweave.net/EQhts80yFWrBc7dZBpauJyD9J4sRDmHl2vlUSJKr_rQ/mod.ts"
import { faker } from "https://deno.land/x/[email protected]/mod.ts";
import { assertEquals } from "https://deno.land/x/[email protected]/testing/asserts.ts";
Expand Down

0 comments on commit b3ff7aa

Please sign in to comment.