Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Apr 16, 2013
1 parent f9cfe1a commit b24921a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rework": "*"
},
"devDependencies": {
"rework": ">= 0.13.2"
"rework": ">= 0.14.0"
},
"scripts": {
"test": "node test"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/media.disjoint.out.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@media (min-width: 320px) {
.button1,
.button2 {
.button2 {
color: gray
}
}
Expand Down

0 comments on commit b24921a

Please sign in to comment.