Update LICENSE in package.json
This commit is contained in:
parent
dc6e100993
commit
998784aa68
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"main": "src/index.pug",
|
"main": "src/index.pug",
|
||||||
"repository": "git@github.com:NickKaramoff/toot.git",
|
"repository": "git@github.com:NickKaramoff/toot.git",
|
||||||
"author": "Nikita Karamov <nick@karamoff.dev>",
|
"author": "Nikita Karamov <nick@karamoff.dev>",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-only",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
|
|
Reference in a new issue