Skip to content

Commit 35b2e9c

Browse files
committed
Bumped to the latest autoprefixer
1 parent d42df97 commit 35b2e9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/grunt/postcss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://github.com/nDmitry/grunt-postcss
2-
var autoprefixer = require( 'autoprefixer-core' );
2+
var autoprefixer = require( 'autoprefixer' );
33

44
module.exports = {
55
options: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/wpsitecare/sitecare-plugin-config.git"
1616
},
1717
"peerDependencies": {
18-
"autoprefixer-core": "5.x",
18+
"autoprefixer": "6.x",
1919
"grunt": "0.x",
2020
"grunt-banner": "0.x",
2121
"grunt-checktextdomain": "1.x",

0 commit comments

Comments
 (0)