summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 01:14:12 +0200
committerAlan Pearce2017-06-18 01:14:12 +0200
commit553a9f2f376a9d489e9096386ffec5b7732aa5e3 (patch)
tree6590a6f04d93a68e6514714c1c190173e5c5da73 /package.json
parenta00908501a435051cd91c59562d43bb8dd7d56f5 (diff)
downloadhomestead-553a9f2f376a9d489e9096386ffec5b7732aa5e3.tar.lz
homestead-553a9f2f376a9d489e9096386ffec5b7732aa5e3.tar.zst
homestead-553a9f2f376a9d489e9096386ffec5b7732aa5e3.zip
feat: Use nunjucks templates via koa-nunjucks-next
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c53c13c..f4c9fc5 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
   },
   "dependencies": {
     "koa": "^2.2.0",
+    "koa-nunjucks-next": "^1.1.3",
     "koa-router": "^7.2.1"
   }
 }