Merge pull request #8637 from twitter/2.3.2-wip
Bump 2.3.2 dependencies and docs links for v3 RC1
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" | ||
| ... | ... |
This diff is collapsed.
| ... | @@ -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": [ | ||
| { | { | ||
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| , "devDependencies": { | , "devDependencies": { | ||
| "uglify-js": "1.3.4" | "uglify-js": "1.3.4" | ||
| , "jshint": "0.9.1" | , "jshint": "0.9.1" | ||
| , "recess": "1.1.8" | , "recess": "1.1.9" | ||
| , "connect": "2.1.3" | , "connect": "2.1.3" | ||
| , "hogan.js": "2.0.0" | , "hogan.js": "2.0.0" | ||
| } | } | ||
| ... | ... |
Please register or sign in to comment