@roots/bud-client
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "@roots/bud-client", | ||
"description": "Client scripts for @roots/bud", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"homepage": "https://roots.io/bud", | ||
@@ -65,3 +65,3 @@ "repository": { | ||
"@skypack/package-check": "0.2.2", | ||
"@types/node": "16.11.39", | ||
"@types/node": "16.11.41", | ||
"webpack": "5.73.0" | ||
@@ -68,0 +68,0 @@ }, |
@@ -1,12 +0,10 @@ | ||
<p align="center"> | ||
<img src="https://cdn.roots.io/app/uploads/logo-bud.svg" height="100" alt="Bud" /> | ||
</p> | ||
<p align="center"><img src="https://cdn.roots.io/app/uploads/logo-bud.svg" height="100" alt="bud.js" /></p> | ||
<p align="center"> | ||
<img alt="MIT License" src="https://img.shields.io/github/license/roots/bud?color=%23525ddc&style=flat-square" /> <img alt="npm" src="https://img.shields.io/npm/v/@roots/bud.svg?color=%23525ddc&style=flat-square" /> <img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?color=%23525ddc&style=flat-square" /> | ||
<img alt="MIT License" src="https://img.shields.io/github/license/roots/bud?color=%23525ddc&style=flat-square" /> | ||
<img alt="npm" src="https://img.shields.io/npm/v/@roots/bud.svg?color=%23525ddc&style=flat-square" /> | ||
<img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?color=%23525ddc&style=flat-square" /> | ||
</p> | ||
<h1 align="center"> | ||
<strong>@roots/bud-client</strong> | ||
</h1> | ||
<h1 align="center"><strong>@roots/bud-client</strong></h1> | ||
@@ -17,2 +15,4 @@ <p align="center"> | ||
--- | ||
## Installation | ||
@@ -22,6 +22,26 @@ | ||
```shell | ||
Yarn: | ||
```sh | ||
yarn add @roots/bud-client --dev | ||
``` | ||
npm: | ||
```sh | ||
npm install @roots/bud-client --save-dev | ||
``` | ||
## Usage | ||
## Contributing | ||
Contributions are welcome from everyone. | ||
We have [contribution guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started. | ||
## License | ||
@roots/bud-client is licensed under MIT. | ||
## Community | ||
@@ -31,3 +51,4 @@ | ||
- Join us on Roots Slack by becoming a [GitHub sponsor](https://github.com/sponsors/roots) | ||
- Join us on Roots Slack by becoming a [GitHub | ||
sponsor](https://github.com/sponsors/roots) | ||
- Participate on the [Roots Discourse](https://discourse.roots.io/) | ||
@@ -38,8 +59,2 @@ - Follow [@rootswp on Twitter](https://twitter.com/rootswp) | ||
## Contributing | ||
Contributions are welcome from everyone. | ||
We have [contribution guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started. | ||
## Sponsors | ||
@@ -49,6 +64,16 @@ | ||
<a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/></a> | ||
<a href="https://carrot.com/"><img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="200" height="150"/></a> | ||
<a href="https://www.c21redwood.com/"><img src="https://cdn.roots.io/app/uploads/c21redwood.svg" alt="C21 Redwood Realty" width="200" height="150"/></a> | ||
<a href="https://wordpress.com/"><img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="200" height="150"/></a> | ||
<a href="https://pantheon.io/"><img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/></a> | ||
<a href="https://k-m.com/"> | ||
<img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/> | ||
</a> | ||
<a href="https://carrot.com/"> | ||
<img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="200" height="150"/> | ||
</a> | ||
<a href="https://www.c21redwood.com/"> | ||
<img src="https://cdn.roots.io/app/uploads/c21redwood.svg" alt="C21 Redwood Realty" width="200" height="150"/> | ||
</a> | ||
<a href="https://wordpress.com/"> | ||
<img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="200" height="150"/> | ||
</a> | ||
<a href="https://pantheon.io/"> | ||
<img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/> | ||
</a> |
73064
75