Skip to content

Commit

Permalink
Merge pull request #25 from imjohnbo/fix/2.4.1
Browse files Browse the repository at this point in the history
fix: update main in package.json
  • Loading branch information
imjohnbo committed Nov 16, 2020
2 parents 90a0f23 + c34eee5 commit 4ad6a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issue-bot",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "ncc build index.js",
Expand Down

0 comments on commit 4ad6a8d

Please sign in to comment.