chore: change FOSS license in package.json

This commit is contained in:
Sonny
2024-11-09 20:01:44 +01:00
committed by Sonny
parent 1346bc33f6
commit a984b53686

View File

@@ -2,7 +2,7 @@
"name": "my-links",
"version": "2.2.1",
"type": "module",
"license": "UNLICENSED",
"license": "GPL-3.0-only",
"scripts": {
"start": "node bin/server.js",
"build": "node ace build",