mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 20:43:57 +03:00
fix: package.json license
This commit is contained in:
parent
337f7beb6f
commit
f8e79bd7f8
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue