Compare commits

...

1 Commits

Author SHA1 Message Date
zhom b06ca4f11e chore: set the correct license in package.json 2025-06-01 05:32:27 +04:00
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ yarn-error.log*
.pnpm-debug.log*
# nodecar
nodecar/dist
nodecar/node_modules
**/dist
**/node_modules
# local env files
.env*.local
+1 -1
View File
@@ -17,7 +17,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "AGPL-3.0",
"packageManager": "pnpm@10.6.1",
"dependencies": {
"@types/node": "^22.15.17",
+1
View File
@@ -1,6 +1,7 @@
{
"name": "donutbrowser",
"private": true,
"license": "AGPL-3.0",
"version": "0.2.4",
"type": "module",
"scripts": {