Compare commits

...
Author SHA1 Message Date
zhom 1950ef0098 docs: typo fix 2025-06-02 05:10:48 +04:00
zhom 814875c28e docs: add option for urgent contact 2025-06-02 05:10:10 +04:00
zhom b06ca4f11e chore: set the correct license in package.json 2025-06-01 05:32:27 +04:00
4 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# nodecar # nodecar
nodecar/dist **/dist
nodecar/node_modules **/node_modules
# local env files # local env files
.env*.local .env*.local
+4
View File
@@ -54,6 +54,10 @@ Have questions or want to contribute? We'd love to hear from you!
- **Issues**: [GitHub Issues](https://github.com/zhom/donutbrowser/issues) - **Issues**: [GitHub Issues](https://github.com/zhom/donutbrowser/issues)
- **Discussions**: [GitHub Discussions](https://github.com/zhom/donutbrowser/discussions) - **Discussions**: [GitHub Discussions](https://github.com/zhom/donutbrowser/discussions)
## Contact
Have an urgent question or want to report a security vulnerability? Send an email to contact at donutbrowser dot com and we'll get back to you as fast as possible.
## License ## License
This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details. This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details.
+1 -1
View File
@@ -17,7 +17,7 @@
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "AGPL-3.0",
"packageManager": "pnpm@10.6.1", "packageManager": "pnpm@10.6.1",
"dependencies": { "dependencies": {
"@types/node": "^22.15.17", "@types/node": "^22.15.17",
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "donutbrowser", "name": "donutbrowser",
"private": true, "private": true,
"license": "AGPL-3.0",
"version": "0.2.4", "version": "0.2.4",
"type": "module", "type": "module",
"scripts": { "scripts": {