Skip to content

Commit

Permalink
This package is not private, don't mark it as such
Browse files Browse the repository at this point in the history
  • Loading branch information
ojab authored and AnthonyKinson committed Nov 24, 2021
1 parent 7bd63f6 commit 97f3f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9290,7 +9290,7 @@ function wrappy (fn, cb) {
* Author: Anthony Kinson <anthony@gamesight.io> *
* Repository: https://github.com/Gamesight/slack-workflow-status *
* License: MIT *
* Copyright (c) 2020 Gamesight, Inc *
* Copyright (c) 2020 Gamesight, Inc *
\******************************************************************************/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Anthony Kinson",
"license": "MIT",
"main": "dist/index.js",
"private": true,
"private": false,
"bugs": {
"url": "https://github.com/Gamesight/slack-workflow-notifications/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author: Anthony Kinson <anthony@gamesight.io> *
* Repository: https://github.com/Gamesight/slack-workflow-status *
* License: MIT *
* Copyright (c) 2020 Gamesight, Inc *
* Copyright (c) 2020 Gamesight, Inc *
\******************************************************************************/

import * as core from '@actions/core'
Expand Down

0 comments on commit 97f3f4e

Please sign in to comment.