Skip to content

Commit

Permalink
Add real main path to package.json (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesvillarrubia authored Feb 27, 2024
1 parent f7beec9 commit 8cecbf6
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,7 +1,7 @@
{
"name": "openapi-merger",
"version": "0.7.5",
"main": "index.js",
"main": "./src/main.js",
"bin": {
"openapi-merger": "bin/openapi-merger.js"
},
Expand Down

0 comments on commit 8cecbf6

Please sign in to comment.