Skip to content

Commit

Permalink
renew microtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris committed Feb 4, 2015
1 parent d7177d7 commit ef5adff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npm-debug.log
npm-debug.log
node_modules
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apache-like-accesslog",
"description": "A apache-like access log as middleware for express and restify.",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"homepage": "https://github.com/petershaw/NodeJS-Apache-Like-AccessLog",
"repository": {
Expand All @@ -20,8 +20,8 @@
"restify"
],
"dependencies": {
"microtime": "~0.4.0",
"sprintf": "~0.1.1",
"date-format-lite": "0.1.1"
"date-format-lite": "0.1.1",
"microtime": "^1.2.0",
"sprintf": "~0.1.1"
}
}

0 comments on commit ef5adff

Please sign in to comment.