Skip to content

Commit

Permalink
Dep: iconv-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKain committed Jan 22, 2024
1 parent 1b81379 commit 2e70d82
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
13 changes: 10 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "subclean",
"version": "1.6.3",
"version": "1.7.0",
"description": "A CLI package to clean subtitle files of advertising",
"main": "lib/index.js",
"scripts": {
"ver": "nvm use 14.18.0",
"test": "ts-node src/index.ts --testing -w -i subtitle.srt",
"npmtest": "ts-node test.ts",
"test-update": "ts-node src/index.ts --update",
"test": "ts-node src/index.ts -w -i subtitle.srt",
"test:sweep": "ts-node src/index.ts -w --sweep \"tests\"",
"test:update": "ts-node src/index.ts --update",
"build": "tsc && pkg . && npm run tidy",
"tidy": "ts-node postbuild.ts"
},
Expand All @@ -26,10 +26,11 @@
"dependencies": {
"@types/subtitle": "^2.0.3",
"detect-file-encoding-and-language": "^2.4.0",
"iconv-lite": "^0.6.3",
"minimist": "^1.2.5",
"subtitle": "^4.0.1",
"update-notifier": "^5.1.0",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
Expand Down

0 comments on commit 2e70d82

Please sign in to comment.