Skip to content

Commit

Permalink
fix microtime module version
Browse files Browse the repository at this point in the history
  • Loading branch information
paixaop committed Oct 3, 2013
1 parent 46e7800 commit e282e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-time-uuid",
"version": "0.1.0",
"version": "0.1.1",
"author" : "Pedro Paixao <[email protected]>",
"keywords":["object", "id", "timestamp",
"sortable", "uuid", "guid",
Expand All @@ -15,7 +15,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"microtime" : ">=0.7.1",
"microtime" : ">=0.4.0",
"should" : ""
},
"script": {
Expand Down

0 comments on commit e282e49

Please sign in to comment.