@roots/bud-client 2024.6.26-7 → 2024.6.28-8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -53,7 +53,7 @@ Keep track of development and community news.
53
53
 
54
54
  ## Sponsors
55
55
 
56
- **Bud** is an open source project and completely free to use.
56
+ **bud.js** is an open source project and completely free to use.
57
57
 
58
58
  However, the amount of effort needed to maintain and develop new features and projects within the Roots ecosystem is not sustainable without proper financial backing. If you have the capability, please consider [sponsoring Roots](https://github.com/sponsors/roots).
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-client",
3
- "version": "2024.6.26-7",
3
+ "version": "2024.6.28-8",
4
4
  "description": "Client scripts for @roots/bud",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -69,7 +69,7 @@
69
69
  "types": "./lib/index.d.ts",
70
70
  "module": "./lib/index.mjs",
71
71
  "devDependencies": {
72
- "@roots/bud": "2024.6.26-7",
72
+ "@roots/bud": "2024.6.28-8",
73
73
  "@skypack/package-check": "0.2.2",
74
74
  "@types/node": "20.12.8",
75
75
  "@types/webpack-env": "1.18.4"