aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBass Jobsen <[email protected]>2015-10-26 23:15:00 +0100
committerChris Rebert <[email protected]>2015-11-13 01:27:43 -0800
commit50c43bc55a3576636cf83eae2a918fa6dd231b75 (patch)
treeb7eea766d1699a143de2008b955c967a22182c75 /package.json
parent6d591edcb7540eff05b21ef53205aa8517080432 (diff)
downloadbootstrap-50c43bc55a3576636cf83eae2a918fa6dd231b75.tar.xz
bootstrap-50c43bc55a3576636cf83eae2a918fa6dd231b75.zip
Replace grunt-autoprefixer with grunt-postcss + autoprefixer
Closes #18068
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c73aa2513..9db16134a 100644
--- a/package.json
+++ b/package.json
@@ -28,11 +28,11 @@
},
"license": "MIT",
"devDependencies": {
+ "autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",
"btoa": "~1.1.2",
"glob": "~5.0.14",
"grunt": "~0.4.5",
- "grunt-autoprefixer": "~3.0.3",
"grunt-babel": "^5.0.3",
"grunt-build-control": "~0.6.0",
"grunt-contrib-clean": "~0.6.0",