fix(ssr): add debug

This commit is contained in:
qingwei.li 2017-05-30 16:16:36 +08:00
commit 6b9e0922cf
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
2 changed files with 4 additions and 0 deletions

View file

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