Skip to content

Commit

Permalink
fix: publish files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 19, 2023
1 parent 5213478 commit 781d757
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/openapi-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.0.0-development",
"description": "GitHub's official Webhooks OpenAPI spec with Octokit extensions",
"main": "index.js",
"files": [],
"files": [
"generated/*",
"index.js"
],
"type": "commonjs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 781d757

Please sign in to comment.