Skip to content

Commit

Permalink
Merge a2b46bc into 7ae3be6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 4, 2020
2 parents 7ae3be6 + a2b46bc commit 4a0b8b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -10,6 +10,11 @@
"unpkg": "dist/preact.umd.js",
"source": "src/index.js",
"exports": {
".": {
"require": "./dist/preact.js",
"import": "./dist/preact.module.js",
"browser": "./dist/preact.umd.js"
},
"./compat": {
"require": "./compat/dist/compat.js",
"import": "./compat/dist/compat.module.js",
Expand Down

0 comments on commit 4a0b8b8

Please sign in to comment.