You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md
8
8
9
9
## Development Setup
10
10
11
-
You will need [Deno](https://deno.land/) 1.4+ and [VS Code](https://code.visualstudio.com/) with [deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
11
+
You will need [Deno](https://deno.land/) 1.5+ and [VS Code](https://code.visualstudio.com/) with [deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
12
12
13
13
1. Fork this repository to your own GitHub account.
14
14
2. Clone the repository to your local device.
15
15
3. Create a new branch `git checkout -b BRANCH_NAME`.
16
16
4. Change code then run examples.
17
17
18
18
```bash
19
-
deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world -L debug
19
+
deno run -A --unstable --import-map=import_map.json cli.ts ./examples/hello-world -L debug
0 commit comments