mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-25 14:06:27 +00:00
chore: update package.json description and keywords
This commit is contained in:
parent
55e71bf041
commit
7acfb0e985
1 changed files with 9 additions and 2 deletions
11
package.json
11
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "renovate",
|
||||
"description": "Keep npm dependencies up-to-date via Pull Requests",
|
||||
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
||||
"version": "0.0.0-semantic-release",
|
||||
"bin": {
|
||||
"renovate": "lib/renovate.js",
|
||||
|
@ -23,9 +23,16 @@
|
|||
"url": "https://github.com/renovateapp/renovate.git"
|
||||
},
|
||||
"keywords": [
|
||||
"automated",
|
||||
"dependency",
|
||||
"docker",
|
||||
"management",
|
||||
"meteor",
|
||||
"node",
|
||||
"npm",
|
||||
"outdated",
|
||||
"update"
|
||||
"update",
|
||||
"yarn"
|
||||
],
|
||||
"author": "Rhys Arkins <rhys@arkins.net>",
|
||||
"contributors": [
|
||||
|
|
Loading…
Reference in a new issue