Skip to content

Commit

Permalink
Update package.json (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed May 2, 2022
1 parent 2d59a11 commit 8627a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,9 +18,9 @@
"exports": {
".": [
{
"types": "./tools/terser.d.ts",
"import": "./main.js",
"require": "./dist/bundle.min.js",
"types": "tools/terser.d.ts"
"require": "./dist/bundle.min.js"
},
"./dist/bundle.min.js"
],
Expand Down

0 comments on commit 8627a08

Please sign in to comment.