mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-05 06:35:50 +00:00
Fix: add dependencies
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "components/highlightjs",
|
||||
"description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.",
|
||||
"type": "component",
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ivan Sagalaev",
|
||||
"email": "maniac@softwaremaniacs.org",
|
||||
"homepage": "http://softwaremaniacs.org"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"highlight.pack.js"
|
||||
],
|
||||
"files": [
|
||||
"styles/*"
|
||||
],
|
||||
"shim": {
|
||||
"exports": "hljs"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user