Skip to content

Commit

Permalink
fixed smoosh bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joemccann committed Oct 5, 2012
1 parent de280fc commit c2592a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ app.configure(function(){
"lastsemic": true,
"laxbreak":true,
"regexdash": true,
}
},
"JAVASCRIPT": {
"DIST_DIR": "./public/js",
"dependencies": [ "./public/js/bootstrap.js", "./public/js/ace.js", "./public/js/mode-markdown.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dillinger",
"description": "Dillinger, the last Markdown editor you'll ever need, by your's truly, Joe McCann.",
"version": "0.2.0-10",
"version": "0.2.0-11",
"author": {
"name": "Joe McCann",
"email": "joe@subprint.com"
Expand Down

0 comments on commit c2592a5

Please sign in to comment.