Compare commits

..

No commits in common. '1e005793e55b9dd5ca7633c4047be51d1c86b965' and 'b8418d271414b992d3d0bd602d756fe926c29fa6' have entirely different histories.

@ -215,10 +215,6 @@ Arguments:
## Changelog
### v1.0.8 (May 8, 2020)
- __Patch:__ The previous release included a small error that broke Express integration; this is now fixed.
### v1.0.7 (May 8, 2020)
- __Patch:__ Now uses `inject-lr` for LiveReload script injection instead of a custom implementation, to make it more robust in edge cases.

@ -30,8 +30,6 @@ function createExpressMiddleware(app, fullBundlePath) {
next();
}
});
return handler;
}
module.exports = function ({ options, staticPath, staticBasePath, entryPaths, host }) {

@ -1,7 +1,7 @@
{
"name": "budo-express",
"description": "A small wrapper to integrate Budo with an Express application",
"version": "1.0.8",
"version": "1.0.7",
"main": "index.js",
"repository": "http://git.cryto.net/joepie91/budo-express.git",
"bugs": {

Loading…
Cancel
Save