From 65d834e9c48d36a39281862c1b8628e3545bcdfe Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Thu, 14 Jan 2021 16:51:41 +0100 Subject: [PATCH] Update peerDependency to support pug@3 https://github.com/pugjs/pug-loader/issues/126 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3589223..1524cb4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "resolve": "^1.1.7" }, "peerDependencies": { - "pug": "^2.0.0" + "pug": ">=2.0.0" }, "devDependencies": { "mocha": "*", @@ -27,4 +27,4 @@ "url": "git://github.com/pugjs/pug-loader.git" }, "license": "MIT" -} \ No newline at end of file +}