Skip to content

Commit aa14a3f

Browse files
Merge pull request #16 from rectitude-open/fix/esbuild
chore: update esbuild version
2 parents 4108226 + 5c7e7fc commit aa14a3f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) rectitude-open <open@rectitude.dev>
3+
Copyright (c) Rectitude Open <open@rectitude.dev>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
Filament Ban Manager is a user-friendly plugin that provides complete ban management (both models and IPs) for your Filament panel, built on top of the [Banhammer](https://github.com/mchev/banhammer) package.
1111

12+
This package is also a standalone part of a CMS project: [FilaPress](https://github.com/rectitude-open/filapress).
13+
1214
## Installation
1315

1416
You can install the package via composer:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"license": "MIT",
1616
"authors": [
1717
{
18-
"name": "rectitude-open",
19-
"email": "open@rectitude.dev",
18+
"name": "Aspirant Zhang",
19+
"email": "admin@aspirantzhang.com",
2020
"role": "Developer"
2121
}
2222
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tailwindcss/forms": "^0.5.4",
1616
"@tailwindcss/typography": "^0.5.9",
1717
"autoprefixer": "^10.4.14",
18-
"esbuild": "^0.19.2",
18+
"esbuild": "^0.25.0",
1919
"npm-run-all": "^4.1.5",
2020
"postcss": "^8.4.26",
2121
"postcss-import": "^15.1.0",

0 commit comments

Comments
 (0)