more license mentions
Showing
| ... | ... | @@ -16,7 +16,7 @@ |
| , "support": { | ||
| "issues": "https://github.com/twbs/bootstrap/issues" | ||
| } | ||
| , "license": "Apache-2.0" | ||
| , "license": "MIT" | ||
| , "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "3.0.x-dev" | ||
| ... | ... |
This diff is collapsed.
This diff is collapsed.
| ... | ... | @@ -15,8 +15,8 @@ |
| }, | ||
| "licenses": [ | ||
| { | ||
| "type": "Apache-2.0", | ||
| "url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
| "type": "MIT", | ||
| "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" | ||
| } | ||
| ], | ||
| "devDependencies": { | ||
| ... | ... |
Please register or sign in to comment