Skip to content

Commit 13ee063

Browse files
John Griffithssushantdhiman
authored andcommitted
package: use pug (#77)
1 parent a2d6745 commit 13ee063

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var app = express();
1212

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

1717
// uncomment after placing your favicon in /public
1818
//app.use(favicon(__dirname + '/public/favicon.ico'));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"cookie-parser": "^1.4.3",
1414
"debug": "~2.2.0",
1515
"express": "^4.14.0",
16-
"jade": "~1.11.0",
1716
"morgan": "^1.7.0",
1817
"pg": "^6.1.0",
18+
"pug": "^2.0.0-rc.4",
1919
"sequelize": "^3.23.6",
2020
"sequelize-cli": "^2.4.0",
2121
"serve-favicon": "~2.3.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)