Closed wooly closed 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
@emmetio/expand-abbreviation
This PR updates to the new package. Jest (npm run js:test) is green locally.
npm run js:test
@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)
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/abbreviationThis PR updates to the new package. Jest (
npm run js:test
) is green locally.