svhighlight
Advanced tools
Comparing version 0.5.5 to 0.6.5
{ | ||
"name": "svhighlight", | ||
"version": "0.5.5", | ||
"version": "0.6.5", | ||
"description": "A code highlighter for SvelteKit using highlight.js and TailwindCSS.", | ||
@@ -39,3 +39,4 @@ "author": "bennymi", | ||
"dependencies": { | ||
"highlight.js": "^11.7.0" | ||
"highlight.js": "^11.7.0", | ||
"scroll-into-view-if-needed": "^3.0.4" | ||
}, | ||
@@ -48,3 +49,6 @@ "keywords": [ | ||
"syntax", | ||
"highlighting" | ||
"highlighting", | ||
"typescript", | ||
"sveltekit", | ||
"prismjs" | ||
], | ||
@@ -51,0 +55,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
18203
2
+ Addedcompute-scroll-into-view@3.1.1(transitive)
+ Addedscroll-into-view-if-needed@3.1.0(transitive)