Skip to content

Commit

Permalink
replace autoprefixer-core with autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Aug 19, 2017
1 parent 0faca15 commit 42dac0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-component"
],
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"autoprefixer": "^7.1.2",
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-eslint": "^7.0.0",
Expand Down Expand Up @@ -67,10 +67,10 @@
"can-use-dom": "^0.1.0",
"classnames": "^2.2.5",
"create-react-class": "^15.5.2",
"enquire.js": "^2.1.6",
"json2mq": "^0.2.0",
"object-assign": "^4.1.0",
"slick-carousel": "^1.6.0",
"enquire.js": "^2.1.6"
"slick-carousel": "^1.6.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var webpack = require('webpack');
var path = require('path');
var autoprefixer = require('autoprefixer-core');
var autoprefixer = require('autoprefixer');

module.exports = {
devtool: '#inline-source-map',
Expand Down

0 comments on commit 42dac0c

Please sign in to comment.