From 1f2431436d710514a7af07b3fb05c7da95dfce4e Mon Sep 17 00:00:00 2001 From: James Halliday Date: Sun, 15 Jan 2012 12:51:57 -0800 Subject: [PATCH] use an older version of express, travis badge --- README.markdown | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a8134f7..dcb842a 100644 --- a/README.markdown +++ b/README.markdown @@ -311,3 +311,6 @@ Want to make sure your crazy javascript-heavy app still works in other browsers? Give [browserling](http://browserling.com) a spin! Browsers in your browser. Powered by dnode. + +[![build status](https://secure.travis-ci.org/substack/dnode.png)](http://travis-ci.org/substack/dnode) + diff --git a/package.json b/package.json index b80aee8..4efe7ba 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "tap" : "0.0.x", "browserify" : "1.4.x", "uglify-js" : "1.0.6", - "express" : "2.5.x" + "express" : "2.2.2" }, "scripts" : { "test" : "tap test/*.js"