From db69420d747fe3107c1abb3cb85219b6fc03027a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 24 Feb 2014 09:55:33 +0100 Subject: Remove bootstrap keyword --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 553165f98..1330b7f1f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.", "version": "3.1.1", "keywords": [ - "bootstrap", "css" ], "homepage": "http://getbootstrap.com", -- cgit v1.2.3 From db9fca23ff30ca464483f67391e95a898e7ada63 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Feb 2014 19:32:30 +0200 Subject: Update load-grunt-tasks. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 256eece28..7f63ee5c5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-jscs-checker": "~0.3.0", "grunt-saucelabs": "~5.0.0", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~0.3.0", + "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", "css-flip": "~0.3.0" }, -- cgit v1.2.3 From 63031a3ca5a44d828122226c26232c00f4463f98 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Feb 2014 01:25:57 +0200 Subject: Bump grunt-jscs-checker. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7f63ee5c5..d84bd8516 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.13", "grunt-jekyll": "~0.4.1", - "grunt-jscs-checker": "~0.3.0", + "grunt-jscs-checker": "~0.4.0", "grunt-saucelabs": "~5.0.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", -- cgit v1.2.3 From 256baf802692b0a0e961f5b174e033e77fee837d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 1 Mar 2014 20:14:31 +0200 Subject: Update grunt-contib-less. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index d84bd8516..38a57f1c8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-contrib-cssmin": "~0.8.0", "grunt-contrib-jade": "~0.10.0", "grunt-contrib-jshint": "~0.8.0", - "grunt-contrib-less": "~0.9.0", + "grunt-contrib-less": "~0.10.0", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-uglify": "~0.3.0", "grunt-contrib-watch": "~0.5.3", -- cgit v1.2.3 From cd65e512a21767861c57294dc720d7836a104d39 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 2 Mar 2014 09:27:01 +0200 Subject: Update dependencies. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 38a57f1c8..fe4d2c0c2 100644 --- a/package.json +++ b/package.json @@ -25,27 +25,27 @@ }, "devDependencies": { "btoa": "~1.1.1", - "canonical-json": "~0.0.3", + "canonical-json": "~0.0.4", "grunt": "~0.4.2", - "grunt-banner": "~0.2.0", + "grunt-banner": "~0.2.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-connect": "~0.7.0", + "grunt-contrib-connect": "~0.7.1", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", - "grunt-contrib-cssmin": "~0.8.0", + "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-jade": "~0.10.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-less": "~0.10.0", "grunt-contrib-qunit": "~0.4.0", - "grunt-contrib-uglify": "~0.3.0", + "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.5.3", "grunt-csscomb": "~2.0.1", "grunt-exec": "~0.4.5", "grunt-html-validation": "~0.1.13", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.4.0", - "grunt-saucelabs": "~5.0.0", + "grunt-saucelabs": "~5.0.1", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "markdown": "~0.5.0", -- cgit v1.2.3 From 745111ba524ea6cdcff3454cbb0cf1bed3f1b130 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Mar 2014 14:18:03 -0800 Subject: Match docs for description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index fe4d2c0c2..15085c3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap", - "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "version": "3.1.1", "keywords": [ "css" -- cgit v1.2.3 From 6f1cc694fea395bf2669260ca8ebb593b3d9f169 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 3 Mar 2014 14:20:37 -0800 Subject: add more keywords to package.json & composer.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 15085c3b1..9610cc1d4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,13 @@ "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "version": "3.1.1", "keywords": [ - "css" + "css", + "less", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" ], "homepage": "http://getbootstrap.com", "author": "Twitter, Inc.", -- cgit v1.2.3