From 94b59b57d6cae8ba6503b3040d361a4efda5cdc6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Oct 2014 08:56:20 -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 f52ca15f8..fe6cbc0af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "3.2.0", + "version": "3.3.0", "keywords": [ "css", "less", -- cgit v1.2.3 From 22baa8153b58e80df248b38ddf2aeae4f3f9cc2b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Oct 2014 09:42:00 -0700 Subject: fixes #14911: bump dependencies to fix customizer text from being cut shor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f52ca15f8..5627ba6d2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", "npm-shrinkwrap": "~4.0.0", - "remarkable": "^1.2.0", + "remarkable": "^1.2.2", "time-grunt": "~1.0.0" }, "engines": { -- cgit v1.2.3 From 7047f9df14d89c9b38bff2d76be5c1d5f0f2b5db Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 10 Nov 2014 12:35:33 +0200 Subject: Update devDependencies. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 59f823533..9fb35fa8c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-banner": "~0.2.3", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-connect": "~0.8.0", + "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", "grunt-contrib-csslint": "~0.3.1", "grunt-contrib-cssmin": "~0.10.0", @@ -56,8 +56,8 @@ "grunt-saucelabs": "~8.3.2", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", - "npm-shrinkwrap": "~4.0.0", - "remarkable": "^1.2.2", + "npm-shrinkwrap": "~4.1.1", + "remarkable": "~1.4.0", "time-grunt": "~1.0.0" }, "engines": { -- cgit v1.2.3