Skip to content

Commit

Permalink
feat(package): export the package.json
Browse files Browse the repository at this point in the history
Allows tooling to perform ad-hoc dependency analysis using
require.resolve.
  • Loading branch information
blakef committed Apr 28, 2023
1 parent dfa7d5d commit 3ec1d41
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 @@ -13,7 +13,8 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},
"author": {
"name": "Cenk Kilic",
Expand Down

0 comments on commit 3ec1d41

Please sign in to comment.