Skip to content

Commit 1026749

Browse files
authored
build: include highlight.js as dependency (#11)
1 parent ae6770e commit 1026749

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
"url": "https://github.com/highlightjs/highlightjs-apex/issues"
3535
},
3636
"homepage": "https://github.com/highlightjs/highlightjs-apex#readme",
37+
"dependencies": {
38+
"highlight.js": "11.8.0"
39+
},
3740
"devDependencies": {
3841
"auto-changelog": "^2.4.0",
39-
"highlight.js": "^11.7.0",
4042
"minimist": "^1.2.8",
4143
"mocha": "^10.2.0",
4244
"prettier": "3.0.1",

0 commit comments

Comments
 (0)