From 8acf50775c9c11de47c19e986acce7bfd3e6f3d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andre=CC=81=20Cruz?= Date: Tue, 3 Jun 2014 17:52:24 +0100 Subject: [PATCH] Copy keywords from package.json. --- bower.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e8551c41..7119ba57 100644 --- a/bower.json +++ b/bower.json @@ -23,7 +23,13 @@ "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.", "keywords": [ "mootools", - "moo", - "core" + "browser", + "class", + "utilities", + "types", + "framework", + "DOM", + "Fx", + "Request" ] } -- 2.11.4.GIT