highlightjs / highlightjs-vue

highlight.js syntax definition for Vue.js
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

highlightjs is now deprecated #6

Open maximedaoust opened 4 years ago

maximedaoust commented 4 years ago

As per author comment : Use the 'highlight.js' package instead https://npm.im/highlight.js

marcoscaceres commented 4 years ago

The package seems to be ok? it's point to highlight.js... though it could be updated to version 10. Or am I reading it wrong?

maximedaoust commented 4 years ago

I'm new to highlight.js so I might be wrong but it seem that highlightjs was deprecated and moved to highlight.js. What may have misled me is the reference to var hljs = require("highlightjs"); in this repo README.md file.

LissetteIbnz commented 4 years ago

This is a mistake on the doc... the installed package is correct. I've fixed it and soon I will publish a version with this update. Thank you!