mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 10:10:24 +00:00
add 'keywords' field to bower.json
This commit is contained in:
parent
1c3a3b7593
commit
cddf14b32d
1 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,14 @@
|
|||
"name": "bootstrap",
|
||||
"version": "3.1.1",
|
||||
"keywords": [
|
||||
"css"
|
||||
"css",
|
||||
"js",
|
||||
"less",
|
||||
"mobile-first",
|
||||
"responsive",
|
||||
"front-end",
|
||||
"framework",
|
||||
"web"
|
||||
],
|
||||
"main": [
|
||||
"./dist/css/bootstrap.css",
|
||||
|
|
|
|||
Loading…
Reference in a new issue