Skip to content

Commit

Permalink
Fixes #70. Update Pretty-Diff dep. from ^1.0.23 to ^1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Sep 8, 2014
1 parent cfa6b74 commit c6a4101
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/simple-jsbeautifyrc/test.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ background-color: @green;

}
}
}
20 changes: 20 additions & 0 deletions examples/simple-jsbeautifyrc/test4.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
section#photo-details {
width: 1140px;
margin: 60px auto 70px auto;
}

div.photo-view {
text-align: center;
figure {
box-shadow: 0 0 3px 1px rgba(0,0,0,0.75)
;
display : inline-block;
margin : 0 0 60px;
padding
: 0;
img {
display: block;
}
}

}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"strip-json-comments": "^0.1.3",
"js-yaml": "^3.0.2",
"temp": "^0.8.0",
"prettydiff": "^1.0.23",
"prettydiff": "^1.2.1",
"node-uuid": "^1.4.1",
"analytics-node": "^1.0.2",
"coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git",
Expand Down

0 comments on commit c6a4101

Please sign in to comment.