diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-05 13:22:08 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-05 13:22:08 -0600 |
| commit | 95239994bffa025ebd0d6dc98b34f211fb7c8cc1 (patch) | |
| tree | 8284215ebae2f501e907a878cc175f32dd79d577 /package.json | |
| parent | 4ee070b17b6c3bf561f77b6f56ee306d94f775b3 (diff) | |
Add microtime, because hrtime() wasn't right
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 3d9017b..d79810e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "dependencies" : { "neon" : "1.0.x", "socket.io" : "0.9.x", - "colors" : "0.x.x" + "colors" : "0.x.x", + "microtime" : "0.3.x" }, "engines" : { "node" : ">= 0.8.0" }, "main" : "./lib/cobalt.js", |