Skip to content

Commit b19b6e8

Browse files
committed
Extend exports with package.json (closes #52)
1 parent d039a1c commit b19b6e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "5.0.0",
44
"description": "Conventional changelog plugin for release-it",
55
"type": "module",
6-
"exports": "./index.js",
6+
"exports": {
7+
".": "./index.js",
8+
"./package.json": "./package.json"
9+
},
710
"scripts": {
811
"test": "bron test.js --serial",
912
"release": "release-it"

0 commit comments

Comments
 (0)