From e4d5dc24a0b6431388a1af25c4ea4449a61b53ed Mon Sep 17 00:00:00 2001 From: gerard sychay Date: Mon, 7 Oct 2013 12:51:22 -0400 Subject: [PATCH] Add 'keywords' to 'composer.json'. Closes #3. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 32975b7..e9e107a 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "homepage": "https://github.com/hellogerard/less-slim-middleware", "license": "MIT", "description": "Slim Framework middleware to compile LESS CSS files on-the-fly. Supports minification and caching.", + "keywords": ["less", "middleware", "slimphp"], "authors": [ { "name": "Gerard Sychay",