Raynos / min-document

A minimal DOM implementation
MIT License
109 stars 27 forks source link

No default jsDelivr CDN file set #51

Open hassanVev opened 3 years ago

hassanVev commented 3 years ago

This package doesn't have a default file set. You can set it via jsdelivr, browser, or main field in package.json

hassanVev commented 3 years ago

I believe "main": "index" in package.json should be "main": "index.js"

Thank you very much.

Screen Shot 2021-02-25 at 11 47 00 AM
Raynos commented 3 years ago

Fixed on master.

Note that min-document is a DOM emulation meant for non browser environments like nodejs.