Skip to content
Snippets Groups Projects
Commit 11ea68b0 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Update package.json

parent 7f7a7eab
No related branches found
No related tags found
No related merge requests found
{ {
"private": true, "private": true,
"name": "renovate",
"description": "Keep npm dependencies up-to-date.",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"start": "node src"
},
"repository": {
"type": "git",
"url": "https://github.com/singapore/renovate.git"
},
"keywords": [
"npm",
"outdated",
"update"
],
"author": "Rhys Arkins <rhys@keylocation.sg>",
"license": "ISC",
"bugs": {
"url": "https://github.com/singapore/renovate/issues"
},
"homepage": "https://github.com/singapore/renovate#readme",
"dependencies": { "dependencies": {
"gh-got": "5.0.0", "gh-got": "5.0.0",
"got": "6.6.3", "got": "6.6.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment