fix(ssr): missing package
This commit is contained in:
parent
e160bcaded
commit
6db8c9e6c9
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"test": "echo 'hello'"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^1.7.0"
|
||||
"node-fetch": "^1.7.0",
|
||||
"resolve-pathname": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue