twitter/bootstrap => twbs/bootstrap in links etc.
Showing
| { | { | ||
| "name": "twitter/bootstrap" | "name": "twbs/bootstrap" | ||
| , "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." | ||
| , "keywords": ["bootstrap", "css"] | , "keywords": ["bootstrap", "css"] | ||
| , "homepage": "http://twitter.github.com/bootstrap/" | , "homepage": "http://twbs.github.com/bootstrap/" | ||
| , "author": "Twitter Inc." | , "author": "Twitter Inc." | ||
| , "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": "2.3.2" | , "version": "2.3.2" | ||
| , "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