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", "name": "anopaper",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "GPL-3.0-or-later",
"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": "MIT", "license": "GPL-3.0-or-later",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build --emptyOutDir", "build": "vite build --emptyOutDir",