We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a641210 commit b2dceb5Copy full SHA for b2dceb5
README.md
@@ -16,7 +16,7 @@ Key features:
16
### Using Deno
17
18
```sh
19
-deno add @functions/mock
+deno add jsr:@functions/mock
20
```
21
22
### Using npm / pnpm / or others
deno.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@functions/mock",
3
"description": "Lightweight utility to generate realistic mock data for tests fast.",
4
- "version": "1.1.1",
+ "version": "1.1.2",
5
"license": "MIT",
6
"exports": "./mod.ts",
7
"tasks": {
0 commit comments