mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Bump brewkit
This commit is contained in:
parent
b8bfccf7c0
commit
bd75123643
|
@ -18,6 +18,8 @@ versioned.
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
|
Assuming you have tea+magic installed:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/teaxyz/pantry.core
|
$ git clone https://github.com/teaxyz/pantry.core
|
||||||
|
|
||||||
|
@ -44,6 +46,11 @@ $ git push origin my-new-package
|
||||||
$ gh pr create
|
$ 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 Guide
|
||||||
|
|
||||||
Packaging can be cumbersome.
|
Packaging can be cumbersome.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"tea": {
|
"tea": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deno.land": "^1.30",
|
"deno.land": "^1.30",
|
||||||
"tea.xyz/brewkit": "^0.2"
|
"tea.xyz/brewkit": "^0.3"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
// if your primary tea.prefix is somewhere else then you’ll
|
// if your primary tea.prefix is somewhere else then you’ll
|
||||||
|
|
Loading…
Reference in a new issue