diff --git a/README.md b/README.md index a9424137..e8fbbbd8 100644 --- a/README.md +++ b/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 diff --git a/import-map.json b/import-map.json deleted file mode 120000 index 8fd169c8..00000000 --- a/import-map.json +++ /dev/null @@ -1 +0,0 @@ -../cli/import-map.json \ No newline at end of file diff --git a/src b/src deleted file mode 120000 index bda1d203..00000000 --- a/src +++ /dev/null @@ -1 +0,0 @@ -../cli/src \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index f1d036f5..00000000 --- a/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "allowJs": false, - "target": "ESNext", - "moduleResolution": "node", - "esModuleInterop": true, - "module": "ESNext", - "strict": true, - } -} \ No newline at end of file