Update Package.json
Fixed License Name and app repository URL
Showing
... | ... | @@ -5,7 +5,11 @@ |
"main": "index.js", | ||
"keywords": [], | ||
"author": "Tecnonucleous", | ||
"license": "GPU GPLv3", | ||
"license": "GPL-3.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.com:Tecnonucleous/open-telegram-bot-nodejs.git" | ||
}, | ||
"dependencies": { | ||
"moment": "^2.22.2", | ||
"nedb": "^1.8.0", | ||
... | ... | @@ -14,4 +18,4 @@ |
"weather-js": "2.0.0", | ||
"i18n": "0.8.3" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment