From ae6a14836eb9b9df4ed3424be6e440bb2443909c Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 26 Mar 2018 21:18:09 +0200 Subject: [PATCH] gulp autoprefixer update --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 651dd183..5206c0eb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "jekyll-watch": "jekyll build --watch", "jekyll-serve": "jekyll serve --livereload", "gh-pages": "./gh-pages.sh", - "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist", "publish-dist": "./gh-pages.sh", "watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch", @@ -37,7 +36,7 @@ }, "devDependencies": { "gulp": "^3.9.1", - "gulp-autoprefixer": "^4.0.0", + "gulp-autoprefixer": "^5.0.0", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", "npm-run-all": "^4.1.2" -- GitLab