diff options
| author | Chris Rebert <[email protected]> | 2015-04-27 10:52:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-27 10:52:18 -0700 |
| commit | cc8567d7846f72628ec6463f3667f95b55a10b5b (patch) | |
| tree | 43f03e17450e19a5843b79e9dd54aeba8a1cff61 | |
| parent | 63f989849dd6aaae1edf3f6e833f4ece7971547e (diff) | |
| parent | f1e1411536c41c4a4bfd2c69d1bbb32b4e457a1c (diff) | |
| download | bootstrap-cc8567d7846f72628ec6463f3667f95b55a10b5b.tar.xz bootstrap-cc8567d7846f72628ec6463f3667f95b55a10b5b.zip | |
Merge pull request #16379 from twbs/bower-json
More bower.json fixes
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 2b9bd26bd..686bcf1ae 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,6 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "3.3.4", "keywords": [ "css", "js", @@ -13,6 +12,7 @@ "web" ], "homepage": "http://getbootstrap.com", + "license": "MIT", "moduleType": "globals", "main": [ "less/bootstrap.less", |
