Skip to content

Commit

Permalink
Extend exports with package.json (closes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 17, 2022
1 parent d039a1c commit b19b6e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "5.0.0",
"description": "Conventional changelog plugin for release-it",
"type": "module",
"exports": "./index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"test": "bron test.js --serial",
"release": "release-it"
Expand Down

0 comments on commit b19b6e8

Please sign in to comment.