Skip to content

Commit 8f6b3a6

Browse files
committed
Updated autoprefixer's package name
1 parent 1c7c4e1 commit 8f6b3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/wpsitecare/sitecare-theme-config.git"
2020
},
2121
"dependencies": {
22-
"autoprefixer-core": "6.x",
22+
"autoprefixer": "6.x",
2323
"grunt": "~0.x",
2424
"grunt-banner": "0.x",
2525
"grunt-checktextdomain": "1.x",

0 commit comments

Comments
 (0)