Skip to content

Commit

Permalink
Merge pull request #794 from chearon/reduce-warnings
Browse files Browse the repository at this point in the history
reduce some of the install warnings
  • Loading branch information
LinusU committed Jul 15, 2016
2 parents 3492541 + e2f6b5a commit 3fa461d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.2",
"jade": "^1.11.0",
"pug": "^2.0.0-beta3",
"mocha": "*",
"standard": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/server.js
Expand Up @@ -12,7 +12,7 @@ var express = require('express')
// Config

app.set('views', __dirname + '/views');
app.set('view engine', 'jade');
app.set('view engine', 'pug');

// Middleware

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3fa461d

Please sign in to comment.