Fixes #845 - fixes web compatibility in 4.0.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 23 Dec 2016 20:43:50 +0000 (21:43 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 23 Dec 2016 20:53:03 +0000 (21:53 +0100)
commit195153b18aa35e103630221d71a2c05477604df7
treed3868d9a9af6fd292e0b03819a6ec5ae33178238
parent7b6296a82c39d10d536a7512d71e4828bd01a919
Fixes #845 - fixes web compatibility in 4.0.

Why:

* 4.0 calculates stats by default but `process.hrtime` is not
  available inside browsers. However, since we don't need
  sub-ms resolution, `Date.now()` can be used instead.
History.md
lib/clean.js