Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ea080e

Browse files
authoredOct 13, 2023
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)
Please sign in to comment.