diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-16 20:40:12 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-16 20:40:12 +0200 |
| commit | d7fb54e5fb1db2ab691c1778d15c3a9cb6b2d10d (patch) | |
| tree | f5a0d7f174d22ddd3ca49ad2910c0613e31ac137 | |
| parent | 66abfe577ef881fcfd5309735a41ac8f582a0a7a (diff) | |
| download | bootstrap-d7fb54e5fb1db2ab691c1778d15c3a9cb6b2d10d.tar.xz bootstrap-d7fb54e5fb1db2ab691c1778d15c3a9cb6b2d10d.zip | |
Remove "js" keyword /cc @cvrebert
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7e6a3ada0..477dba20e 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" } |
