Skip to content

Commit

Permalink
fix: add missing export presets (#2624)
Browse files Browse the repository at this point in the history
Closes #2623
  • Loading branch information
ahnpnl committed May 26, 2021
1 parent 6eeca14 commit 0ea025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
".": "./dist/index.js",
"./dist/*": "./dist/*.js",
"./jest-preset": "./jest-preset.js",
"./preset": "./presets/index.js",
"./presets": "./presets/index.js",
"./utils": "./utils/index.js",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 0ea025e

Please sign in to comment.