Skip to content

Commit

Permalink
feat: export subpath './package.json' from exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Sep 20, 2022
1 parent 9b20e95 commit 786c9b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist",
Expand Down

0 comments on commit 786c9b0

Please sign in to comment.