Skip to content

Commit

Permalink
Merge pull request #587 from Martii/someDepUpdatesOpt2
Browse files Browse the repository at this point in the history
Some dep updates

Auto-merge
  • Loading branch information
Martii committed Feb 23, 2015
2 parents 75bcb3f + 12c0689 commit 10d67a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,8 @@ if (minify && !isDbg) {
}

app.use(lessMiddleware(__dirname + '/public', {
compiler: {
compress: false
},
parser: {
render: {
compress: false,
paths: [
path.join(__dirname, 'node_modules/bootstrap/less')
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"highlight.js": "8.4.0",
"jquery": "2.1.3",
"jwt-simple": "0.2.0",
"less-middleware": "1.0.4",
"less-middleware": "2.0.0",
"marked": "0.3.3",
"method-override": "2.3.1",
"moment": "2.9.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"select2": "3.5.2-browserify",
"select2-bootstrap-css": "1.4.6",
"serve-favicon": "2.2.0",
"underscore": "1.8.1"
"underscore": "1.8.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 10d67a3

Please sign in to comment.