Skip to content

Commit bdf063f

Browse files
authored
Merge branch 'main' into skip-fetch-init
2 parents 347751e + 7aec5a2 commit bdf063f

7 files changed

Lines changed: 47 additions & 1663 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing Guidelines
2+
3+
## Submitting a pull request
4+
5+
First, please be sure to
6+
[install Puppeteer](https://github.com/lucacasonato/deno-puppeteer#installation).
7+
Then, please ensure `deno task ok` is run and successfully passes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docs.
6565
## Contributing
6666

6767
We appreciate your help! To contribute, please read our
68-
[contributing instructions](https://deno.com/manual/references/contributing#submitting-a-pr-to-fresh).
68+
[contributing guideline](./.github/CONTRIBUTING.md).
6969

7070
## Adding your project to the showcase
7171

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"exclude": ["**/*_test.*", "src/__OLD/**", "*.todo"]
4141
},
4242
"imports": {
43+
"@std/http": "jsr:@std/http@^1.0.15",
4344
"fresh": "jsr:@fresh/core@^2.0.0-alpha.26",
4445
"preact": "npm:preact@^10.25.1",
4546
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",

0 commit comments

Comments
 (0)