Skip to content

Commit

Permalink
ux(exports): main export provided
Browse files Browse the repository at this point in the history
Fixes #682.
  • Loading branch information
mightyiam committed Jun 14, 2020
1 parent 2b30e25 commit 3becd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
"type": "module",
"exports": {
"./": "./build/package/snabbdom.js",
"./helpers/attachto": "./build/package/helpers/attachto.js",
"./modules/attributes": "./build/package/modules/attributes.js",
"./modules/class": "./build/package/modules/class.js",
Expand Down

0 comments on commit 3becd84

Please sign in to comment.