Browse Source

Fixed an issue with the stats view crashing on node v8

master
Lloyd Brookes 7 years ago
parent
commit
3d8be31dda
  1. 2
      package.json

2
package.json

@ -53,7 +53,7 @@
"koa-static": "^2.0.0", "koa-static": "^2.0.0",
"path-to-regexp": "^1.6.0", "path-to-regexp": "^1.6.0",
"reduce-flatten": "^1.0.1", "reduce-flatten": "^1.0.1",
"stream-log-stats": "^1.1.7",
"stream-log-stats": "^2.0.2",
"test-value": "^2.1.0", "test-value": "^2.1.0",
"typical": "^2.6.0" "typical": "^2.6.0"
}, },

Loading…
Cancel
Save