From 689455ab9a949017b6a163983320583c2fc390e1 Mon Sep 17 00:00:00 2001 From: Ansaga Date: Sat, 30 Aug 2014 11:45:36 +0800 Subject: [PATCH 1/4] Test --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 426bb723f24..9619d6ea949 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,8 @@ [![Coverage Status](https://img.shields.io/coveralls/strongloop/express.svg?style=flat)](https://coveralls.io/r/strongloop/express) [![Gittip](https://img.shields.io/gittip/dougwilson.svg?style=flat)](https://www.gittip.com/dougwilson/) + modified by Ansaga + ```js var express = require('express') var app = express() From 59b63ccf515580f199dd371902f5b3d94d1d6f08 Mon Sep 17 00:00:00 2001 From: Ansaga Date: Sat, 30 Aug 2014 11:47:06 +0800 Subject: [PATCH 2/4] Revert "Test" This reverts commit 689455ab9a949017b6a163983320583c2fc390e1. --- Readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Readme.md b/Readme.md index 9619d6ea949..426bb723f24 100644 --- a/Readme.md +++ b/Readme.md @@ -7,8 +7,6 @@ [![Coverage Status](https://img.shields.io/coveralls/strongloop/express.svg?style=flat)](https://coveralls.io/r/strongloop/express) [![Gittip](https://img.shields.io/gittip/dougwilson.svg?style=flat)](https://www.gittip.com/dougwilson/) - modified by Ansaga - ```js var express = require('express') var app = express() From 149bf4d861de4141f8bc333313cac730fed7b716 Mon Sep 17 00:00:00 2001 From: Ansaga Date: Sat, 30 Aug 2014 11:50:20 +0800 Subject: [PATCH 3/4] Test --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 426bb723f24..16df6c12e3e 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,8 @@ [![Coverage Status](https://img.shields.io/coveralls/strongloop/express.svg?style=flat)](https://coveralls.io/r/strongloop/express) [![Gittip](https://img.shields.io/gittip/dougwilson.svg?style=flat)](https://www.gittip.com/dougwilson/) + Mod By Ansaga + ```js var express = require('express') var app = express() From ffa1f71bd39f894c0a11c08862072ac8c655e1a1 Mon Sep 17 00:00:00 2001 From: Ansaga Date: Sat, 30 Aug 2014 12:18:26 +0800 Subject: [PATCH 4/4] yeah --- Readme.md | 3 +-- index.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 16df6c12e3e..fdf848482d4 100644 --- a/Readme.md +++ b/Readme.md @@ -7,8 +7,7 @@ [![Coverage Status](https://img.shields.io/coveralls/strongloop/express.svg?style=flat)](https://coveralls.io/r/strongloop/express) [![Gittip](https://img.shields.io/gittip/dougwilson.svg?style=flat)](https://www.gittip.com/dougwilson/) - Mod By Ansaga - + ```js var express = require('express') var app = express() diff --git a/index.js b/index.js index 3da33783794..deac919c972 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ - +//ff module.exports = require('./lib/express');