Skip to content

Commit

Permalink
chore: remove umd from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Sep 13, 2024
1 parent 44e115a commit 0510f70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
],
"main": "lib/index.js",
"files": [
"lib",
"umd"
"lib"
],
"scripts": {
"build": "rm -rf lib && npx tsc",
Expand Down

0 comments on commit 0510f70

Please sign in to comment.