fix(ssr): missing package

This commit is contained in:
qingwei.li 2017-05-30 15:34:48 +08:00
parent e160bcaded
commit 6db8c9e6c9
No known key found for this signature in database
GPG Key ID: B6DDC2F7AE80B2F4

View File

@ -15,6 +15,7 @@
"test": "echo 'hello'"
},
"dependencies": {
"node-fetch": "^1.7.0"
"node-fetch": "^1.7.0",
"resolve-pathname": "^2.1.0"
}
}