Skip to content

Commit

Permalink
Export util at root
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Sep 28, 2024
1 parent b216beb commit 8686dc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.24",
"description": "Oldschoolgg Toolkit",
"exports": {
".": {
"require": "./dist/cjs/util.js",
"import": "./dist/esm/util.js",
"types": "./dist/util.d.ts"
},
"./util": {
"require": "./dist/cjs/util.js",
"import": "./dist/esm/util.js",
Expand Down

0 comments on commit 8686dc6

Please sign in to comment.