Skip to content

Commit

Permalink
mod: lock dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao committed May 2, 2012
1 parent 267941e commit 8b4fc09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -4,13 +4,13 @@
, "author" : "Xueqiao Xu <xueqiaoxu@gmail.com>"
, "homepage" : "https://github.com/qiao/mdwatch"
, "main" : "./index.js"
, "version" : "0.1.0"
, "version" : "0.1.1"
, "dependencies" : {
"express" : "2.5.5"
, "jade" : ">= 0.20.0"
, "socket.io" : ">= 0.8.7"
, "marked" : ">= 0.1.8"
, "pygments" : ">= 0.1.2"
, "jade" : "0.25.0"
, "socket.io" : "0.9.6"
, "marked" : "0.2.4"
, "pygments" : "0.1.2"
}
, "bin" : { "mdwatch" : "./bin/mdwatch.js" }
, "keywords" : [ "markdown", "markup", "html", "monitor", "live", "preview" ]
Expand Down

0 comments on commit 8b4fc09

Please sign in to comment.