markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

Update gray-matter to v4

Open bjankord opened this issue 6 years ago • 1 comments

Seeing a npm warning about:

npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

Looks like gray-matter v4 updated to use coffeescript instead of coffee-script. Updating the gray-matter would resolve this npm deprecation warning. 👍

bjankord avatar Mar 18 '19 12:03 bjankord

This is a dependency in ts-loader that prevents npm link from working because of a systax error (on Windows at least?) Removing the dependency in ts-loader (which will break some npm scripts) will let npm link preinstall activities succeed.

JasonKleban avatar Feb 04 '21 18:02 JasonKleban