From c292ccf078a6bbec0b51fd8eab035deb3f5448a9 Mon Sep 17 00:00:00 2001 From: sentsin Date: Wed, 13 Dec 2017 19:24:10 +0800 Subject: [PATCH] Add keywords --- bower.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b83c3427..65c80529 100644 --- a/bower.json +++ b/bower.json @@ -6,14 +6,17 @@ "authors": [ "sentsin " ], - "description": "经典模块化前端 UI 框架", + "description": "Classic modular front-end component library", "moduleType": [ "amd", "globals" ], "keywords": [ "layui", - "ui" + "ui", + "JavaScript Framework", + "toolkit", + "front-end component library" ], "license": "MIT" }