Skip to content

Commit a29dfd2

Browse files
author
Eduard Aksamitov
committed
build(npm): add package.json to exports
1 parent 5df5212 commit a29dfd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"type": "module",
2121
"types": "./index.d.ts",
2222
"exports": {
23-
".": "./index.js"
23+
".": "./index.js",
24+
"./package.json": "./package.json"
2425
},
2526
"engines": {
2627
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"

0 commit comments

Comments
 (0)