From f0de5ad2ac9f62100eb7c756f1ef641882909760 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Jul 2013 21:29:09 -0700 Subject: Bump Recess to 1.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4fc52ca0f..a68b7b8cd 100644 --- a/package.json +++ b/package.json @@ -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" } -- cgit v1.2.3 From 0822cc54581256e8361599759f4d9bf6070b3313 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 25 Jul 2013 22:12:22 -0700 Subject: twitter/bootstrap => twbs/bootstrap in links etc. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4fc52ca0f..02e9b450b 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": [ { -- cgit v1.2.3 From 573b3f44159a2127af3a539fc43095bbdb472603 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Jul 2013 22:56:28 -0700 Subject: Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index ff560b1a2..499d37ce8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." - , "version": "2.3.2" + , "version": "2.3.3" , "keywords": ["bootstrap", "css"] , "homepage": "http://twbs.github.com/bootstrap/" , "author": "Twitter Inc." -- cgit v1.2.3 From 92fd785e9713dd141bb42d2c601fb41fb46165af Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 23:12:54 -0700 Subject: revert to 2.3.2 tag instead --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 499d37ce8..ff560b1a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." - , "version": "2.3.3" + , "version": "2.3.2" , "keywords": ["bootstrap", "css"] , "homepage": "http://twbs.github.com/bootstrap/" , "author": "Twitter Inc." -- cgit v1.2.3