mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: remove unused dependency
This commit is contained in:
@@ -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,6 +1,5 @@
|
||||
import { Config, ParsedStream } from '@aiostreams/types';
|
||||
import { formatSize } from './utils';
|
||||
import { serviceDetails } from '@aiostreams/wrappers';
|
||||
import { languageToEmoji } from './utils';
|
||||
|
||||
/*
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
"references": [
|
||||
{
|
||||
"path": "../types"
|
||||
},
|
||||
{
|
||||
"path": "../wrappers"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user