Skip to content

Commit 3fa461d

Browse files
authored
Merge pull request #794 from chearon/reduce-warnings
reduce some of the install warnings
2 parents 3492541 + e2f6b5a commit 3fa461d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"body-parser": "^1.13.3",
3636
"express": "^4.13.2",
37-
"jade": "^1.11.0",
37+
"pug": "^2.0.0-beta3",
3838
"mocha": "*",
3939
"standard": "^7.1.1"
4040
},

test/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var express = require('express')
1212
// Config
1313

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

1717
// Middleware
1818

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)