From 3344252619a942570f375d71a20968e166544fc9 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Sun, 23 Aug 2015 17:55:32 +0200 Subject: [PATCH] Include the LRU cache in npm Fixes #514 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 884e7e3..3d6e354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-badges", - "version": "1.1.0", + "version": "1.1.1", "description": "GitHub badges implemented in SVG.", "keywords": ["GitHub", "badge", "SVG", "image"], "homepage": "http://shields.io", @@ -44,7 +44,9 @@ "templates", "svg-to-img.js", "colorscheme.json", - "phantomjs-svg2png.js" + "phantomjs-svg2png.js", + "lru-cache.js", + "logo" ], "engines": { "node": "0.10.x" } }