diff options
| author | Chris Rebert <[email protected]> | 2014-03-01 12:44:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-01 12:44:41 -0800 |
| commit | d0bf4f4b630a85f1217bad20fbf22872d3bac1fc (patch) | |
| tree | 0823d49d63e967e6166df420e3bd7caab653d2d5 /bower.json | |
| parent | e7aa911f9baef12c2185525d91a316820e037b32 (diff) | |
| parent | db4b7553f04fd27c4998558f30b995b021f102b9 (diff) | |
| download | bootstrap-d0bf4f4b630a85f1217bad20fbf22872d3bac1fc.tar.xz bootstrap-d0bf4f4b630a85f1217bad20fbf22872d3bac1fc.zip | |
Merge pull request #12890 from ZDroid/bower-json-keywords
Add bower.json keywords
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bower.json b/bower.json index 1961cf24b..6599ce768 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,9 @@ { "name": "bootstrap", "version": "3.1.1", + "keywords": [ + "css" + ], "main": [ "./dist/css/bootstrap.css", "./dist/js/bootstrap.js", |
