Sjeiti / TinySort

TinySort is a small script that sorts HTML elements. It sorts by text- or attribute value, or by that of one of it's children.
http://tinysort.sjeiti.com/
MIT License
454 stars 68 forks source link

Migrate emmetio package to monorepo #205

Closed wooly closed 1 year ago

wooly commented 1 year ago

Our CI is failing because it appears the @emmetio/expand-abbreviation package has been dropped from the NPM registry. This package has since been amalgamated into a new monorepo by emmetio here: https://github.com/emmetio/emmet/tree/master/packages/abbreviation

This PR updates to the new package. Jest (npm run js:test) is green locally.

wooly commented 1 year ago

@Sjeiti would you be able to cut a new release to npm? (Apologies if you've done this already and NPM is just not showing the newest version yet)