fix: package.json license

This commit is contained in:
Artemy 2023-04-20 18:31:49 +03:00
parent 337f7beb6f
commit f8e79bd7f8
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

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

View file

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