fix: real license

This commit is contained in:
Artemy 2023-04-20 18:39:24 +03:00
parent a3351d5475
commit c9b93f2b7a
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": { "": {
"name": "anopaper", "name": "anopaper",
"version": "1.0.0", "version": "1.0.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.12", "@heroicons/react": "^2.0.12",
"ajv": "^8.11.0", "ajv": "^8.11.0",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"author": "anopaper", "author": "anopaper",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-only",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build --emptyOutDir", "build": "vite build --emptyOutDir",