ux(exports): remove package.json main field

Fixes #680.
pull/684/head
Shahar Or (mightyiam) 5 years ago committed by Shahar Dawn Or
parent 187088ee0e
commit 3122eec9b9

@ -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",

Loading…
Cancel
Save