FIX build was failing
This commit is contained in:
parent
45cf9558fe
commit
c74f00eec5
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
"framework7-icons": "^5.0.5",
|
"framework7-icons": "^5.0.5",
|
||||||
"framework7-vue": "^7.1.2",
|
"framework7-vue": "^7.1.2",
|
||||||
"howler": "^2.2.3",
|
"howler": "^2.2.3",
|
||||||
"isomorphic-unfetch": "^4.0.2",
|
"isomorphic-fetch": "^3.0.0",
|
||||||
"material-icons": "^1.13.1",
|
"material-icons": "^1.13.1",
|
||||||
"podparse": "^1.5.1",
|
"podparse": "^1.5.1",
|
||||||
"skeleton-elements": "^4.0.1",
|
"skeleton-elements": "^4.0.1",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import fetch from 'isomorphic-unfetch'
|
|
||||||
import getPodcastFromFeed from "podparse"
|
import getPodcastFromFeed from "podparse"
|
||||||
|
|
||||||
async function getPodcast(url) {
|
async function getPodcast(url) {
|
||||||
|
|
Loading…
Reference in a new issue