Skip to content

Commit 68e0d73

Browse files
committed
fix: update to latest hljs
1 parent ce69ab9 commit 68e0d73

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"CoDeSys",
2121
"PLC",
2222
"highlight.js",
23-
"highlightjs",
24-
"syntax-highlight",
23+
"highlightjs",
24+
"syntax-highlight",
2525
"syntax"
2626
],
2727
"author": "Sergey Romanov",
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/highlightjs/highlightjs-structured-text#readme",
3333
"devDependencies": {
34-
"highlight.js": "^10.0.0",
35-
"jasmine": "^3.3.1"
34+
"highlight.js": "^10.0.2",
35+
"jasmine": "^3.5.0"
3636
}
3737
}

spec/iecst-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const hljs = require("highlight.js/lib/highlight");
1+
const hljs = require("highlight.js/lib/");
22
const { definer: iecst } = require("../iecst");
33
const fs = require("fs");
44
const path = require("path");

0 commit comments

Comments
 (0)