Skip to content

Commit

Permalink
feat: add package.json subpath export (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Aug 29, 2022
1 parent b77328f commit f4b23df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -22,6 +22,7 @@
"dist"
],
"exports": {
"./package.json": "./package.json",
".": "./dist/loader.js",
"./cli": "./dist/cli.js",
"./suppress-warnings": "./dist/suppress-warnings.cjs",
Expand Down

0 comments on commit f4b23df

Please sign in to comment.