Link to contributing guide in pantry.zero

Remove `src` infra, this may break CI, so I'll fix if so. But we don’t want this stuff here now we are deduplicated with pantry.core.
This commit is contained in:
Max Howell 2022-11-07 10:42:47 -05:00
parent 2b07e10295
commit 85a7d36718
Failed to extract signature
4 changed files with 5 additions and 19 deletions

View file

@ -7,13 +7,11 @@ will be maintained by their own communities.
> † see [pantry.zero] for “what is a pantry”
[pantry.core]: ../../../pantry.core
[pantry.zero]: ../../../pantry.zero
# Contributing
# Dependencies
See the contributing guide in [pantry.zero][pantry.zero/contributing].
| Project | Version |
|-------------|---------|
| deno.land | ^1.23 |
| tea.xyz | ^0 |
[pantry.zero]: https://github.com/teaxyz/pantry.zero
[pantry.zero/contributing]: https://github.com/teaxyz/pantry.zero#contributing
[pantry.core]: https://github.com/teaxyz/pantry.core

View file

@ -1 +0,0 @@
../cli/import-map.json

1
src
View file

@ -1 +0,0 @@
../cli/src

View file

@ -1,10 +0,0 @@
{
"compilerOptions": {
"allowJs": false,
"target": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"module": "ESNext",
"strict": true,
}
}