Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 4fc52ca0f4..ff560b1a27 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,12 @@
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
, "version": "2.3.2"
, "keywords": ["bootstrap", "css"]
- , "homepage": "http://twitter.github.com/bootstrap/"
+ , "homepage": "http://twbs.github.com/bootstrap/"
, "author": "Twitter Inc."
, "scripts": { "test": "make test" }
, "repository": {
"type": "git"
- , "url": "https://github.com/twitter/bootstrap.git"
+ , "url": "https://github.com/twbs/bootstrap.git"
}
, "licenses": [
{
@@ -19,7 +19,7 @@
, "devDependencies": {
"uglify-js": "1.3.4"
, "jshint": "0.9.1"
- , "recess": "1.1.8"
+ , "recess": "1.1.9"
, "connect": "2.1.3"
, "hogan.js": "2.0.0"
}