developit / htm

Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
Apache License 2.0
8.67k stars 170 forks source link

Reorder exports #205

Closed sibbng closed 3 years ago

sibbng commented 3 years ago

Reference: https://github.com/jspm/project/issues/100#issuecomment-810644748

Hi, I find an issue with my package's exports and looks like it applies htm too.

Preact also keeps them in that order https://github.com/preactjs/preact/blob/master/package.json

developit commented 3 years ago

I think UMD needs to come last?