From 8e5145136608060bb8a154991015e448cc162943 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Thu, 29 Dec 2016 19:06:47 +0100 Subject: [PATCH 1/2] Correct typo in contribution guidelines [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94f5866e9..64b79ecd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,5 +62,5 @@ push your branch to GitHub and send a PR to `mkdocs-material:master`. If we suggest changes, make the required updates, rebase your branch and push the changes to your GitHub repository, which will automatiaclly update your PR. -Afer your PR is merged, you can safely delete your branch and pull the changes +After your PR is merged, you can safely delete your branch and pull the changes from the main (upstream) repository. From 59281d63f29d9de1a743da8d6bbb8ee85d125191 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 31 Dec 2016 16:52:27 +0000 Subject: [PATCH 2/2] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4a70e5096..20215253d 100644 --- a/package.json +++ b/package.json @@ -18,28 +18,28 @@ "private": true, "devDependencies": { "autoprefixer": "^6.3.2", - "css-mqpacker": "^4.0.0", + "css-mqpacker": "^5.0.1", "del": "^2.2.0", "gulp": "^3.9.1", "gulp-add-src": "^0.2.0", "gulp-concat": "^2.6.0", "gulp-cssnano": "^2.1.1", - "gulp-htmlmin": "^1.3.0", + "gulp-htmlmin": "^3.0.0", "gulp-if": "^2.0.0", "gulp-ignore": "^2.0.1", "gulp-image-optimization": "^0.1.3", "gulp-modernizr": "0.0.0", "gulp-plumber": "^1.1.0", "gulp-postcss": "^6.1.0", - "gulp-remove-empty-lines": "0.0.2", + "gulp-remove-empty-lines": "0.0.8", "gulp-rev": "^7.0.0", "gulp-rev-collector": "^1.0.2", - "gulp-sass": "^2.2.0", + "gulp-sass": "^3.0.0", "gulp-sourcemaps": "^1.6.0", - "gulp-uglify": "^1.5.2", + "gulp-uglify": "^2.0.0", "gulp-util": "^3.0.7", "node-notifier": "^4.5.0", "vinyl-paths": "^2.1.0", - "yargs": "^3.32.0" + "yargs": "^6.6.0" } }