Skip to content

Commit

Permalink
chore(package): update postcss v6.0.0...7.0.0 (dependencies) (#375)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires `node >= v6.0.0`
  • Loading branch information
damanwiththeplan authored and michael-ciniawsky committed Aug 8, 2018
1 parent 114db12 commit daa0da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"lib"
],
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"dependencies": {
"loader-utils": "^1.1.0",
"postcss": "^6.0.0",
"postcss": "^7.0.0",
"postcss-load-config": "^2.0.0",
"schema-utils": "^0.4.0"
},
Expand All @@ -20,7 +20,7 @@
"jsdoc-to-markdown": "^4.0.0",
"memory-fs": "^0.4.0",
"postcss-import": "^11.0.0",
"postcss-js": "^1.0.0",
"postcss-js": "^2.0.0",
"standard": "^11.0.0",
"standard-version": "^4.0.0",
"sugarss": "^1.0.0",
Expand Down

0 comments on commit daa0da8

Please sign in to comment.