mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
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:
parent
2b07e10295
commit
85a7d36718
4 changed files with 5 additions and 19 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../cli/import-map.json
|
1
src
1
src
|
@ -1 +0,0 @@
|
|||
../cli/src
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"target": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"module": "ESNext",
|
||||
"strict": true,
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue