chore: initialise repository e.a. readme, package.json

This commit is contained in:
Jeroen de Bruijn 2020-03-18 20:55:49 +01:00
parent 9e3a503182
commit 515e31cf90
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
4 changed files with 16 additions and 116 deletions

View file

@ -1,7 +1,7 @@
{
"name": "repo-template",
"version": "1.0.0",
"description": "A template for creating new repositories.",
"name": "github-action-renovate",
"version": "0.1.0",
"description": "GitHub Action to run Renovate self-hosted.",
"scripts": {
"lint": "eslint --ignore-path .prettierignore --ext .ts,.tsx,.js,.jsx,.json .",
"lint-file": "eslint --ignore-path .prettierignore",
@ -15,14 +15,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vidavidorra/repo-template.git"
"url": "git+https://github.com/vidavidorra/github-action-renovate.git"
},
"author": "Jeroen de Bruijn",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/vidavidorra/repo-template/issues"
"url": "https://github.com/vidavidorra/github-action-renovate/issues"
},
"homepage": "https://github.com/vidavidorra/repo-template#readme",
"homepage": "https://github.com/vidavidorra/github-action-renovate#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "8.3.5",