Skip to content

Commit

Permalink
chore(deps): Fix security issues + Update package descriptions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
deuzu authored Apr 7, 2021
1 parent 7f91731 commit faef669
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "typescript-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"name": "github-democrat-action",
"version": "0.0.4-alpha",
"description": "Enforce democracy on a repository",
"main": "lib/main.js",
"scripts": {
"start": "tsc && node lib/dev.js",
Expand All @@ -16,14 +15,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/deuzu/github-democrat-action.git"
},
"keywords": [
"actions",
"node",
"setup"
"github",
"democracy",
"pull-requests",
"open-source",
"management"
],
"author": "",
"author": "deuzu",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
Expand Down

0 comments on commit faef669

Please sign in to comment.