Merge pull request #8603 from cvrebert/twbs
twbs ALL the links
Showing
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| } | } | ||
| ] | ] | ||
| , "support": { | , "support": { | ||
| "issues": "https://github.com/twitter/bootstrap/issues" | "issues": "https://github.com/twbs/bootstrap/issues" | ||
| } | } | ||
| , "license": "Apache-2.0" | , "license": "Apache-2.0" | ||
| } | } |
| ... | @@ -3,12 +3,12 @@ | ... | @@ -3,12 +3,12 @@ |
| , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | ||
| , "version": "3.0.0" | , "version": "3.0.0" | ||
| , "keywords": ["bootstrap", "css"] | , "keywords": ["bootstrap", "css"] | ||
| , "homepage": "http://twitter.github.com/bootstrap/" | , "homepage": "http://twbs.github.com/bootstrap/" | ||
| , "author": "Twitter Inc." | , "author": "Twitter Inc." | ||
| , "scripts": { "test": "make test" } | , "scripts": { "test": "make test" } | ||
| , "repository": { | , "repository": { | ||
| "type": "git" | "type": "git" | ||
| , "url": "https://github.com/twitter/bootstrap.git" | , "url": "https://github.com/twbs/bootstrap.git" | ||
| } | } | ||
| , "licenses": [ | , "licenses": [ | ||
| { | { | ||
| ... | ... |
Please register or sign in to comment