postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.42k stars 445 forks source link

Deprecate @postlight/mercury-parser in npmjs #730

Closed mcorrello closed 1 year ago

mcorrello commented 1 year ago

Deprecate @postlight/mercury-parser in npmjs to point users to use the new @postlight/parser package.

Run something along the lines of:

npm deprecate @postlight/mercury-parser@"<= 2.2.1" "This project has been renamed to @postlight/parser. Install using @postlight/parser instead." 

Deprecating the old package name relates to #688, changing the project name from Mercury Parser to Postlight Parser.

Npm package to deprecate: Mercury Parser

mcorrello commented 1 year ago

Package has been deprecated in NPM and will notify when a user installs it

Screen Shot 2023-03-23 at 2 20 16 PM

Screen Shot 2023-03-23 at 2 21 07 PM