Skip to content

Commit

Permalink
build(package): set "main" to "dist/index.js"
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 8, 2019
1 parent 57fb3ba commit 9026985
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
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0-development",
"description": "A GitHub Action to send arbiatary requests to GitHub's REST API",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "ncc build index.js -o dist"
},
Expand Down

0 comments on commit 9026985

Please sign in to comment.