@kaliber/build 0.0.153 → 0.0.154

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/serve.js +1 -1
  2. package/package.json +1 -1
package/lib/serve.js CHANGED
@@ -178,7 +178,7 @@ function getDataAndRouteTemplate(routeTemplate, location, req) {
178
178
  return [dataOrPromise, envRequire(indexPath)]
179
179
  }
180
180
 
181
- function serveInternalServerError(error, res, req, next) {
181
+ function serveInternalServerError(error, req, res, next) {
182
182
  const response = res.status(500)
183
183
  if (isProduction) {
184
184
  findFile(req.path, internalServerError)
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.153",
2
+ "version": "0.0.154",
3
3
  "name": "@kaliber/build",
4
4
  "description": "Zero configuration, opinionated webpack / react build setup",
5
5
  "scripts": {