Add description and repository info to avoid warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cloudron-syslog",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "Cloudron Syslog Daemon listening on port 2514",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
@@ -10,7 +10,11 @@
|
||||
"bin": {
|
||||
"cloudron-syslog": "./index.js"
|
||||
},
|
||||
"author": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cloudron.io/cloudron/cloudron-syslog.git"
|
||||
},
|
||||
"author": "Cloudron Developers",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
|
||||
Reference in New Issue
Block a user