From 0510feaa28ca56f86cd74af280f3aa75c183421c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <cpartiot@gmail.com> Date: Thu, 6 Sep 2018 12:17:49 +0200 Subject: [PATCH] fix: add pug-cli in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cc80597f..8217354e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", - "grunt-sass": "^2.1.0" + "grunt-sass": "^2.1.0", + "pug-cli": "^1.0.0-alpha6" }, "dependencies": { "bootstrap": "^4.0.0", -- GitLab