From 1f3a87a8a0ba734778ca12681124c5a2385d1139 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Sep 2013 19:12:47 -0700 Subject: fix punctuation in author field of package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index af3c00a14..1863251b6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ , "version": "3.0.0" , "keywords": ["bootstrap", "css"] , "homepage": "http://twbs.github.com/bootstrap/" - , "author": "Twitter Inc." + , "author": "Twitter, Inc." , "scripts": { "test": "grunt test" } , "repository": { "type": "git" -- cgit v1.2.3 From 66abfe577ef881fcfd5309735a41ac8f582a0a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 16 Sep 2013 19:42:52 +0200 Subject: Fix package.json * Add "js" keyword * Fix homepage link * Bump grunt-contrib-connect to newer version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1863251b6..7e6a3ada0 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "version": "3.0.0" - , "keywords": ["bootstrap", "css"] - , "homepage": "http://twbs.github.com/bootstrap/" + , "keywords": ["bootstrap", "css", "js"] + , "homepage": "http://getbootstrap.com" , "author": "Twitter, Inc." , "scripts": { "test": "grunt test" } , "repository": { @@ -22,7 +22,7 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.4.1" + , "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-jshint": "~0.6.4" -- cgit v1.2.3 From d7fb54e5fb1db2ab691c1778d15c3a9cb6b2d10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 16 Sep 2013 20:40:12 +0200 Subject: Remove "js" keyword /cc @cvrebert --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7e6a3ada0..477dba20e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "version": "3.0.0" - , "keywords": ["bootstrap", "css", "js"] + , "keywords": ["bootstrap", "css"] , "homepage": "http://getbootstrap.com" , "author": "Twitter, Inc." , "scripts": { "test": "grunt test" } -- cgit v1.2.3 From 3c0489102ee65bcb020a6fd5fc399d9806a46a51 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Sep 2013 08:20:46 +0300 Subject: Sort by name. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 477dba20e..a9227b558 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" + , "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-jshint": "~0.6.4" - , "grunt-contrib-uglify": "~0.2.4" , "grunt-contrib-qunit": "~0.2.2" + , "grunt-contrib-uglify": "~0.2.4" , "grunt-contrib-watch": "~0.5.3" , "grunt-html-validation": "~0.1.5" , "grunt-jekyll": "~0.3.9" -- cgit v1.2.3 From 2306375d13d620abfc072b33cba3fd0a73ac65af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 30 Sep 2013 09:36:20 +0200 Subject: Update qunit dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a9227b558..157872dfc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ , "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-jshint": "~0.6.4" - , "grunt-contrib-qunit": "~0.2.2" + , "grunt-contrib-qunit": "~0.3.0" , "grunt-contrib-uglify": "~0.2.4" , "grunt-contrib-watch": "~0.5.3" , "grunt-html-validation": "~0.1.5" -- cgit v1.2.3 From ef3ac6808f21d1b6282982e94ef0784ae5236f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 9 Oct 2013 08:33:03 +0200 Subject: Updare grunt-jekyll dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 157872dfc..f27a55445 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ , "grunt-contrib-uglify": "~0.2.4" , "grunt-contrib-watch": "~0.5.3" , "grunt-html-validation": "~0.1.5" - , "grunt-jekyll": "~0.3.9" + , "grunt-jekyll": "~0.4.0" , "grunt-recess": "~0.4.0" , "browserstack-runner": "~0.0.12" } -- cgit v1.2.3 From aad70834fc2546d5e877898098707930a7d7a4c3 Mon Sep 17 00:00:00 2001 From: herom Date: Wed, 21 Aug 2013 14:16:45 +0430 Subject: Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacement Character) chars in customizer fonts. Merges #9982 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f27a55445..c60f2decf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ } ] , "devDependencies": { - "grunt": "~0.4.1" + "btoa": "~1.1.1" + , "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-connect": "~0.5.0" -- cgit v1.2.3 From c75f8a5bf64acc5ffb45c8bb6221e412b0b08bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 13 Oct 2013 12:53:48 +0200 Subject: Sort dependencies A-Z --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index c60f2decf..a4b5fdefb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ } ] , "devDependencies": { - "btoa": "~1.1.1" + "browserstack-runner": "~0.0.12" + , "btoa": "~1.1.1" , "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" @@ -33,6 +34,5 @@ , "grunt-html-validation": "~0.1.5" , "grunt-jekyll": "~0.4.0" , "grunt-recess": "~0.4.0" - , "browserstack-runner": "~0.0.12" } } -- cgit v1.2.3