Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 5, 2020
1 parent 2bf5c01 commit a25209c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
".": {
"require": "./dist/preact.js",
"import": "./dist/preact.module.js",
"browser": "./dist/preact.umd.js"
"browser": "./dist/preact.module.js",
"umd": "./dist/preact.umd.js"
},
"./compat": {
"require": "./compat/dist/compat.js",
Expand Down

0 comments on commit a25209c

Please sign in to comment.