Cleanup: remove unused package

This commit is contained in:
Lorenz Hübschle-Schneider 2023-07-09 14:58:38 +02:00
parent c2593c5fce
commit 4dc60f42ed
2 changed files with 0 additions and 7 deletions

6
package-lock.json generated
View File

@ -16,7 +16,6 @@
"bootstrap": "^3.4.1", "bootstrap": "^3.4.1",
"emojione": "^4.5.0", "emojione": "^4.5.0",
"favico.js": "^0.3.10", "favico.js": "^0.3.10",
"jquery-linkify": "^2.2.1",
"zlibjs": "^0.3.1" "zlibjs": "^0.3.1"
}, },
"devDependencies": { "devDependencies": {
@ -5436,11 +5435,6 @@
"url": "https://github.com/chalk/supports-color?sponsor=1" "url": "https://github.com/chalk/supports-color?sponsor=1"
} }
}, },
"node_modules/jquery-linkify": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/jquery-linkify/-/jquery-linkify-2.2.1.tgz",
"integrity": "sha512-ITr+X2pVq0z0kCS27FwAv+WO/Eb0yN/nOT4lZxsKSbxa6KL8En8nEbo+ur3KCdxDhHsRk0wgbZ6Bx4C4FF7hQg=="
},
"node_modules/js-tokens": { "node_modules/js-tokens": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",

View File

@ -49,7 +49,6 @@
"bootstrap": "^3.4.1", "bootstrap": "^3.4.1",
"emojione": "^4.5.0", "emojione": "^4.5.0",
"favico.js": "^0.3.10", "favico.js": "^0.3.10",
"jquery-linkify": "^2.2.1",
"zlibjs": "^0.3.1" "zlibjs": "^0.3.1"
} }
} }