Skip to content

Commit

Permalink
Remove dependency on microtime
Browse files Browse the repository at this point in the history
Per balderdashy#3211, this version of microtime
doesn't work with Node 4, and is trivially replaceable with `process.hrtime`
from the standard library.

Patch mostly applied from commit b0b94c9 in
the upstream repository. You probably want to view this diff with whitespace
changes disabled, the actual diff is very short.
  • Loading branch information
Kevin Burke committed Mar 21, 2016
1 parent a7b599c commit 7ccb292
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 203 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"coffee-script": "1.7.1",
"expect.js": "0.2.0",
"istanbul": "*",
"microtime": "0.6.0",
"mocha": "2.3.4",
"npm": "2",
"portfinder": "0.2.1",
Expand Down
Loading

0 comments on commit 7ccb292

Please sign in to comment.