From 50a3e579ae9fce0fb285cc5b21c76ce76f085022 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Jan 2015 15:59:37 -0800 Subject: update devDependencies upgrade grunt-contrib-jshint to ~0.11.0 upgrade load-grunt-tasks to ~3.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index fb49709b8..c2af0b524 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "grunt-contrib-csslint": "~0.4.0", "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jade": "~0.14.0", - "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-less": "~1.0.0", "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.7.0", @@ -56,7 +56,7 @@ "grunt-jscs": "~1.2.0", "grunt-saucelabs": "~8.5.0", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~2.0.0", + "load-grunt-tasks": "~3.0.0", "markdown-it": "^3.0.4", "npm-shrinkwrap": "^200.0.0", "time-grunt": "~1.0.0" -- cgit v1.2.3 From 420088d3161fa7caf781afb1e6e553d0a42b99ef Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Jan 2015 15:04:53 +0200 Subject: Bump 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 c2af0b524..2c0366df0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-jscs": "~1.2.0", "grunt-saucelabs": "~8.5.0", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~3.0.0", + "load-grunt-tasks": "~3.1.0", "markdown-it": "^3.0.4", "npm-shrinkwrap": "^200.0.0", "time-grunt": "~1.0.0" -- cgit v1.2.3 From 73b50769d894182d1fa9c540fb1cc30cc666e170 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 20 Jan 2015 01:18:06 +0200 Subject: Switch to grunt-html over grunt-html-validation. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2c0366df0..a60e99ab4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", - "grunt-html-validation": "~0.1.18", + "grunt-html": "~2.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.2.0", "grunt-saucelabs": "~8.5.0", -- cgit v1.2.3 From a3419df8293facc5b7e24811d751f818dc69042e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 6 Feb 2015 23:57:28 +0200 Subject: Bump devDependencies. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index a60e99ab4..92323ceb9 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", "grunt-contrib-csslint": "~0.4.0", - "grunt-contrib-cssmin": "~0.11.0", - "grunt-contrib-jade": "~0.14.0", + "grunt-contrib-cssmin": "~0.12.1", + "grunt-contrib-jade": "~0.14.1", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-less": "~1.0.0", "grunt-contrib-qunit": "~0.5.2", @@ -53,11 +53,11 @@ "grunt-exec": "~0.4.6", "grunt-html": "~2.0.0", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~1.2.0", + "grunt-jscs": "~1.5.0", "grunt-saucelabs": "~8.5.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~3.1.0", - "markdown-it": "^3.0.4", + "markdown-it": "^3.0.5", "npm-shrinkwrap": "^200.0.0", "time-grunt": "~1.0.0" }, -- cgit v1.2.3 From c388870cefcd2e38371cdca6d07ee92770ecd9b1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 10 Feb 2015 10:46:30 +0200 Subject: Downgrade grunt-contrib-cssmin. v0.12.0-v0.12.1 breaks paths in URL. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 92323ceb9..aeb935f7f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt-contrib-connect": "~0.9.0", "grunt-contrib-copy": "~0.7.0", "grunt-contrib-csslint": "~0.4.0", - "grunt-contrib-cssmin": "~0.12.1", + "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jade": "~0.14.1", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-less": "~1.0.0", -- cgit v1.2.3 From 0013483d94f98694edc9863b8c42101ca39e38fb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Feb 2015 12:57:00 -0800 Subject: bump grunt-html to ~3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index aeb935f7f..db2ed2bc0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", - "grunt-html": "~2.0.0", + "grunt-html": "~3.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.5.0", "grunt-saucelabs": "~8.5.0", -- cgit v1.2.3 From 3b783bd0b55da22e5a138670668b894b74d29676 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 14 Feb 2015 14:31:31 +0200 Subject: package.json: change the engine version to >= 0.10.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index db2ed2bc0..f4c9a33d3 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "time-grunt": "~1.0.0" }, "engines": { - "node": "~0.10.1" + "node": ">=0.10.1" }, "jspm": { "main": "js/bootstrap", -- cgit v1.2.3 From 101cf6b1c077d4eb76dddf978d2a6f1a04cf6815 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 14 Feb 2015 14:36:50 +0200 Subject: Specify the files to include in the npm package. --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index f4c9a33d3..30b75b71b 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,16 @@ "engines": { "node": ">=0.10.1" }, + "files": [ + "dist", + "fonts", + "grunt/*.js", + "grunt/*.json", + "js/*.js", + "less/**/*.less", + "Gruntfile.js", + "LICENSE" + ], "jspm": { "main": "js/bootstrap", "directories": { -- cgit v1.2.3 From b9aad573f9400693f6bcbf9af5374a93228dbe6f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Feb 2015 06:15:59 +0200 Subject: Travis: test against node.js 0.12. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 30b75b71b..d1938c3c1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~3.1.0", "markdown-it": "^3.0.5", - "npm-shrinkwrap": "^200.0.0", + "npm-shrinkwrap": "^200.1.0", "time-grunt": "~1.0.0" }, "engines": { -- cgit v1.2.3 From b8a0ea12247f7e0de643ff445eaee8795575610c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 20 Feb 2015 11:22:06 +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 d1938c3c1..1e9c74dd1 100644 --- a/package.json +++ b/package.json @@ -32,22 +32,22 @@ }, "devDependencies": { "btoa": "~1.1.2", - "glob": "~4.3.5", + "glob": "~4.4.0", "grunt": "~0.4.5", "grunt-autoprefixer": "~2.2.0", "grunt-banner": "~0.3.1", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", - "grunt-contrib-concat": "~0.5.0", + "grunt-contrib-concat": "~0.5.1", "grunt-contrib-connect": "~0.9.0", - "grunt-contrib-copy": "~0.7.0", + "grunt-contrib-copy": "~0.8.0", "grunt-contrib-csslint": "~0.4.0", - "grunt-contrib-cssmin": "~0.11.0", + "grunt-contrib-cssmin": "~0.12.2", "grunt-contrib-jade": "~0.14.1", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-less": "~1.0.0", "grunt-contrib-qunit": "~0.5.2", - "grunt-contrib-uglify": "~0.7.0", + "grunt-contrib-uglify": "~0.8.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", @@ -57,7 +57,7 @@ "grunt-saucelabs": "~8.5.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~3.1.0", - "markdown-it": "^3.0.5", + "markdown-it": "^3.0.6", "npm-shrinkwrap": "^200.1.0", "time-grunt": "~1.0.0" }, -- cgit v1.2.3 From 65d209e25727396807eb2cd4b4cbb426075b3cf2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 22 Feb 2015 18:42:23 -0800 Subject: bump grunt-saucelabs to ~8.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1e9c74dd1..521e48fa1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "grunt-html": "~3.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.5.0", - "grunt-saucelabs": "~8.5.0", + "grunt-saucelabs": "~8.6.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~3.1.0", "markdown-it": "^3.0.6", -- cgit v1.2.3 From 7f7c7901ae2e9111540ef5c90bdba78df2e3381f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Feb 2015 14:14:59 -0800 Subject: bump time-grunt to ^1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 521e48fa1..ba9cc80d6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "load-grunt-tasks": "~3.1.0", "markdown-it": "^3.0.6", "npm-shrinkwrap": "^200.1.0", - "time-grunt": "~1.0.0" + "time-grunt": "^1.1.0" }, "engines": { "node": ">=0.10.1" -- cgit v1.2.3 From 2aab06bbaa6718f5e9df4d04d0c2eae0e49348b8 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 24 Feb 2015 17:20:29 -0500 Subject: Bump markdown it to 3.0.7 Bump markdown it to 3.0.7 3.0.7 / 2015-02-22 Match table columns count by header. Added basic CLI support. Added \v \f to valid whitespaces. Use external package for unicode data (punctuation). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 521e48fa1..4150d5243 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "grunt-saucelabs": "~8.6.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~3.1.0", - "markdown-it": "^3.0.6", + "markdown-it": "^3.0.7", "npm-shrinkwrap": "^200.1.0", "time-grunt": "~1.0.0" }, -- cgit v1.2.3