From d7fb54e5fb1db2ab691c1778d15c3a9cb6b2d10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 16 Sep 2013 20:40:12 +0200 Subject: [PATCH] Remove "js" keyword /cc @cvrebert --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e6a3ada0f..477dba20e1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "version": "3.0.0" - , "keywords": ["bootstrap", "css", "js"] + , "keywords": ["bootstrap", "css"] , "homepage": "http://getbootstrap.com" , "author": "Twitter, Inc." , "scripts": { "test": "grunt test" }