Skip to content

Commit

Permalink
Modified package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chussum committed Aug 1, 2021
1 parent 0e5ca27 commit 6de3b59
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "action-slack-notification",
"version": "1.0.0",
"private": true,
"description": "TypeScript template action",
"description": "🚀 A GitHub Action to send a message to a Slack channel.",
"main": "lib/main.js",
"contributors": [
"chussum <[email protected]>"
],
"scripts": {
"build": "tsc",
"lint": "eslint src/**/*.ts",
Expand All @@ -18,10 +20,12 @@
"keywords": [
"actions",
"slack",
"chat",
"notify",
"github",
"notification"
],
"author": "",
"author": "chussum",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.4.0",
Expand Down

0 comments on commit 6de3b59

Please sign in to comment.