Skip to content

Commit

Permalink
move to PostCSS 5.0. Fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean King committed Sep 13, 2015
1 parent 0e93e27 commit 4f74a0f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ language: node_js
node_js:
- iojs
- "0.12"
- "0.10"
- "4"
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,24 @@
},
"homepage": "https://github.com/simplaio/rucksack",
"dependencies": {
"autoprefixer": "^5.2.0",
"autoprefixer": "^6.0.0",
"minimist": "^1.1.2",
"postcss": "^4.1.9",
"postcss-alias": "^0.1.0",
"postcss-clearfix": "0.1.4",
"postcss-color-palette": "0.0.3",
"postcss-color-rgba-fallback": "^1.3.0",
"postcss-easings": "^0.2.0",
"postcss-epub": "^2.3.0",
"postcss-fontpath": "^0.1.0",
"postcss-hexrgba": "^0.1.0",
"postcss-input-style": "^0.2.4",
"postcss-opacity": "^2.0.0",
"postcss-position": "^0.3.0",
"postcss-pseudoelements": "^2.2.0",
"postcss-quantity-queries": "^0.3.1",
"postcss-reporter": "^0.4.0",
"postcss-responsive-type": "^0.2.0",
"postcss-vmin": "^1.0.0",
"postcss": "^5.0.0",
"postcss-alias": "^0.2.2",
"postcss-clearfix": "0.2.0",
"postcss-color-rgba-fallback": "^2.0.0",
"postcss-easings": "^0.3.0",
"postcss-epub": "^3.0.0",
"postcss-fontpath": "^0.2.0",
"postcss-hexrgba": "^0.2.0",
"postcss-input-style": "^0.3.0",
"postcss-opacity": "git://github.com/seaneking/postcss-opacity.git",
"postcss-position": "^0.4.0",
"postcss-pseudoelements": "^3.0.0",
"postcss-quantity-queries": "^0.4.0",
"postcss-reporter": "^1.0.0",
"postcss-responsive-type": "^0.3.0",
"postcss-vmin": "git://github.com/seaneking/postcss-vmin.git",
"read-file-stdin": "^0.2.0",
"write-file-stdout": "0.0.2"
},
Expand Down

0 comments on commit 4f74a0f

Please sign in to comment.