Skip to content

Commit 3ea080e

Browse files
authored
feat: add package.json to export map (#64)
1 parent 25a8437 commit 3ea080e

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
@@ -23,7 +23,8 @@
2323
"types": "./dist/main.d.ts",
2424
"default": "./dist/main.js"
2525
}
26-
}
26+
},
27+
"./package.json": "./package.json"
2728
},
2829
"files": [
2930
"dist/**/*"

0 commit comments

Comments
 (0)