From 0aa061bc41a845ca9465ec3b96dc5498882f6ed7 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 11 Oct 2018 09:52:45 -0400 Subject: [PATCH 1/2] Add express to badgeboard --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index 9df78a1..a42a227 100644 --- a/config.yaml +++ b/config.yaml @@ -13,6 +13,7 @@ keywords: express # list of projects, this will be sorted by name; # every package is either string or object projects: + - express - cookie-session - compression - serve-index From 61baf2814fcffe9aa19a8c938c5d203e25d2b5cb Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 11 Oct 2018 09:55:29 -0400 Subject: [PATCH 2/2] Add express --- scripts/db.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/db.json b/scripts/db.json index e4ae471..914b00d 100644 --- a/scripts/db.json +++ b/scripts/db.json @@ -20,6 +20,10 @@ } }, "projects": { + "express": { + "description": "Fast, unopinionated, minimalist web framework", + "node": "0.10" + }, "body-parser": { "description": "Node.js body parsing middleware", "node": "0.8" @@ -81,4 +85,4 @@ "node": "0.8" } } -} \ No newline at end of file +}