Skip to content

Commit

Permalink
Merge branch 'master' into implement-umd-proposition
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Feb 5, 2020
2 parents df9b8bd + 6bbc17b commit 2bf5c01
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 @@ -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 2bf5c01

Please sign in to comment.