refactor(ssr): return promise

This commit is contained in:
qingwei.li 2017-05-30 03:28:43 +08:00 committed by cinwell.li
commit 1acfdd335c
4 changed files with 39 additions and 23 deletions

View file

@ -13,5 +13,8 @@
"main": "build.js",
"scripts": {
"test": "echo 'hello'"
},
"dependencies": {
"node-fetch": "^1.7.0"
}
}