Updated package.json.

This commit is contained in:
Alexander Andreev 2021-02-20 22:45:42 +04:00
parent 608d9e8457
commit 02f046c789
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
{
"name": "arav-dwelling",
"version": "21.6.0",
"version": "21.7.0",
"description": "Arav's dwelling",
"homepage": "https://git.arav.top/Arav/Dwelling",
"repository": {
"type": "git",
"url": "https://git.arav.top/Arav/Dwelling"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -11,7 +16,7 @@
"dwelling",
"Arav"
],
"author": "Arav",
"author": "Alexander \"Arav\" Andreev <me@arav.top> (https://arav.top)",
"license": "GPLv3",
"dependencies": {
"koa": "^2.13.1",