fix: remove unused dependency

This commit is contained in:
Viren070
2024-12-31 20:25:30 +00:00
parent 634f996a92
commit e6f3aed690
3 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -8,7 +8,6 @@
},
"description": "Library to take parsed information and return a formatted Stremio stream name and description",
"dependencies": {
"@aiostreams/types": "^1.0.0",
"@aiostreams/wrappers": "^1.0.0"
"@aiostreams/types": "^1.0.0"
}
}
-1
View File
@@ -1,6 +1,5 @@
import { Config, ParsedStream } from '@aiostreams/types';
import { formatSize } from './utils';
import { serviceDetails } from '@aiostreams/wrappers';
import { languageToEmoji } from './utils';
/*
-3
View File
@@ -8,9 +8,6 @@
"references": [
{
"path": "../types"
},
{
"path": "../wrappers"
}
]
}