mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Bump brewkit
This commit is contained in:
parent
b8bfccf7c0
commit
bd75123643
2 changed files with 8 additions and 1 deletions
|
@ -18,6 +18,8 @@ versioned.
|
|||
|
||||
# Contributing
|
||||
|
||||
Assuming you have tea+magic installed:
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/teaxyz/pantry.core
|
||||
|
||||
|
@ -44,6 +46,11 @@ $ git push origin my-new-package
|
|||
$ gh pr create
|
||||
```
|
||||
|
||||
> `pkg` can be run without magic via `tea -E pkg` (this dev-env provides `+tea.xyz/brewkit`).
|
||||
> `gh` can be run without magic via `tea gh`.
|
||||
> `git` can be run without magic via `tea git`.
|
||||
|
||||
|
||||
## Packaging Guide
|
||||
|
||||
Packaging can be cumbersome.
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"tea": {
|
||||
"dependencies": {
|
||||
"deno.land": "^1.30",
|
||||
"tea.xyz/brewkit": "^0.2"
|
||||
"tea.xyz/brewkit": "^0.3"
|
||||
},
|
||||
"env": {
|
||||
// if your primary tea.prefix is somewhere else then you’ll
|
||||
|
|
Loading…
Reference in a new issue