Commit cb3cc423 authored by Mark Otto's avatar Mark Otto

Merge pull request #12904 from twbs/keywords

add (more) keywords to package definition files
parents 32f7901f 6f1cc694
...@@ -2,7 +2,14 @@ ...@@ -2,7 +2,14 @@
"name": "bootstrap", "name": "bootstrap",
"version": "3.1.1", "version": "3.1.1",
"keywords": [ "keywords": [
"css" "css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"main": [ "main": [
"./dist/css/bootstrap.css", "./dist/css/bootstrap.css",
......
...@@ -2,7 +2,14 @@ ...@@ -2,7 +2,14 @@
"name": "twbs/bootstrap", "name": "twbs/bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [ "keywords": [
"css" "css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"authors": [ "authors": [
......
...@@ -3,7 +3,13 @@ ...@@ -3,7 +3,13 @@
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.1.1", "version": "3.1.1",
"keywords": [ "keywords": [
"css" "css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
], ],
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"author": "Twitter, Inc.", "author": "Twitter, Inc.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment