diff --git a/gulp/config.js b/gulp/config.js
index 9306dd980f3a2d5c125c34ea6eea82c08b47b9db..2ce83564d12cf19b236053d50b9aa62855b899a1 100644
--- a/gulp/config.js
+++ b/gulp/config.js
@@ -11,7 +11,6 @@ module.exports = function () {
       html: ['html/*.html', './config*.js']
     },
     clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
-    autoprefixer: ['> 1% in DE'],
     browsersync: {
       open: false,
       server: {
diff --git a/package.json b/package.json
index 07ba88675d194a1fdd04dc42e2840f7ef6e8b164..9f334ab0455c82163123a100025e6008f105b44a 100644
--- a/package.json
+++ b/package.json
@@ -60,5 +60,8 @@
   },
   "scripts": {
     "gulp": "./node_modules/gulp-cli/bin/gulp.js"
-  }
+  },
+  "browserslist": [
+    "> 1% in DE"
+  ]
 }