Skip to content

Commit

Permalink
ux(exports): remove package.json main field
Browse files Browse the repository at this point in the history
Fixes #680.
  • Loading branch information
mightyiam committed Jun 14, 2020
1 parent 187088e commit 3122eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.7.4",
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
"type": "module",
"main": "./build/package/snabbdom.js",
"module": "es/snabbdom.js",
"exports": {
"./helpers/attachto": "./build/package/helpers/attachto.js",
Expand Down

0 comments on commit 3122eec

Please sign in to comment.