Skip to content

Commit

Permalink
Update package.json description, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Oct 14, 2021
1 parent b68fc10 commit ffe0489
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "typescript-action",
"name": "dependabot-updater-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"description": "Runs Dependabot workloads via GitHub Actions.",
"main": "src/main.ts",
"scripts": {
"format": "prettier --write **/*.ts",
Expand All @@ -20,10 +20,10 @@
},
"keywords": [
"actions",
"node",
"setup"
"dependabot",
"dependencies"
],
"author": "",
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.5.0",
Expand Down

0 comments on commit ffe0489

Please sign in to comment.