aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-02 20:53:15 +0200
committerMateja <mail@matejamaric.com>2021-05-02 20:53:15 +0200
commit046c978ecfa3f664d9a0d423ac01075e6be170ab (patch)
tree90da0f2907758f0ded7ec49be1b20e64b43e8083 /package.json
parent5f94b339018bf5480402dcfb1269124e534ebb8f (diff)
downloadnode-playground-046c978ecfa3f664d9a0d423ac01075e6be170ab.tar.gz
node-playground-046c978ecfa3f664d9a0d423ac01075e6be170ab.zip
Started using `express-handlebars`.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ff21939..5320de5 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"author": "Mateja Maric",
"license": "GPL-3.0",
"dependencies": {
- "express": "^4.17.1"
+ "express": "^4.17.1",
+ "express-handlebars": "^5.3.0"
}
}