Created by: mwcz
Hi! I wasn't able to run the modifyResponse middleware, so I updated it. I think the connect
module API must have changed. The first error I hit was connect.createServer is not a function
. Next, app.use
was being passed two functions, but it can only accept one. I also added the examples' dependencies to devDependencies so they can be run without having to manually install more deps. Hope this helps! Let me know if there's anything you'd like me to change.