Skip to content

Commit 3587a64

Browse files
committed
chore: remove unused fastify from dev dependency
1 parent f3f9d11 commit 3587a64

File tree

5 files changed

+621
-1421
lines changed

5 files changed

+621
-1421
lines changed

.husky/pre-commit

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
33
. "$(dirname "$0")/common.sh"
44

55
npm run lint

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@ I would greatly appreciate any contributions to make this project better. Please
303303
4. Push your changes to your remote branch
304304
5. Open a pull request
305305

306+
## Donation
307+
308+
If this project help you reduce time to develop, you can give me a cup of coffee 🍵 :)
309+
310+
ETH: `0xEE45AA08D65352d49344f42d9E0EAf14AA3D812d`
311+
306312
## License
307313

308314
Copyright [Andrea Fassina](https://github.com/fasenderos), Licensed under [MIT](LICENSE).

0 commit comments

Comments
 (0)