Skip to content

Commit 76a9e94

Browse files
committed
Changelog
1 parent 958fe51 commit 76a9e94

13 files changed

Lines changed: 2881 additions & 3031 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebulaenhance",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Enhancer for Nebula. Adds some quality of life features to the nebula player.",
55
"main": "index.js",
66
"scripts": {
@@ -31,6 +31,8 @@
3131
"author": "cpiber",
3232
"license": "ISC",
3333
"dependencies": {
34+
"dompurify": "^2.2.8",
35+
"marked": "^2.0.6",
3436
"querystring": "^0.2.1",
3537
"webextension-polyfill": "^0.7.0"
3638
},
@@ -39,7 +41,9 @@
3941
"@rollup/plugin-node-resolve": "^11.1.1",
4042
"@rollup/plugin-replace": "^2.4.1",
4143
"@rollup/plugin-typescript": "^8.1.1",
44+
"@types/dompurify": "^2.2.2",
4245
"@types/firefox-webext-browser": "^82.0.0",
46+
"@types/marked": "^2.0.3",
4347
"@types/video.js": "^7.3.11",
4448
"autoprefixer": "^10.2.4",
4549
"concurrently": "^5.3.0",

0 commit comments

Comments
 (0)