Skip to content

Commit

Permalink
feat: updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Aug 24, 2022
1 parent e49c674 commit aea0a60
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
{
"name": "github-release-to-discord",
"version": "1.10.0",
"description": "",
"description": "Github Action that parses a release and sends it to a Discord channel",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"discord",
"github",
"release",
"action",
"release-to-discord",
"github-release-to-discord",
"webhook",
"github-action",
"changelog"
],
"author": "SethCohen",
"bugs": {
"url": "https://github.com/SethCohen/github-release-to-discord/issues"
},
"homepage": "https://github.com/SethCohen/github-release-to-discord#readme",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
Expand Down

0 comments on commit aea0a60

Please sign in to comment.