mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-27 06:56:26 +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",
|
"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",
|
"version": "0.0.0-semantic-release",
|
||||||
"bin": {
|
"bin": {
|
||||||
"renovate": "lib/renovate.js",
|
"renovate": "lib/renovate.js",
|
||||||
|
@ -23,9 +23,16 @@
|
||||||
"url": "https://github.com/renovateapp/renovate.git"
|
"url": "https://github.com/renovateapp/renovate.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"automated",
|
||||||
|
"dependency",
|
||||||
|
"docker",
|
||||||
|
"management",
|
||||||
|
"meteor",
|
||||||
|
"node",
|
||||||
"npm",
|
"npm",
|
||||||
"outdated",
|
"outdated",
|
||||||
"update"
|
"update",
|
||||||
|
"yarn"
|
||||||
],
|
],
|
||||||
"author": "Rhys Arkins <rhys@arkins.net>",
|
"author": "Rhys Arkins <rhys@arkins.net>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
Loading…
Reference in a new issue