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