From 61a435edf2dbdf5bf3affc8e26f372e2fdf8e057 Mon Sep 17 00:00:00 2001 From: Abdi Haikal Date: Wed, 10 Feb 2021 04:09:56 +0700 Subject: [PATCH] Update package.json Update pug version: 2.0.0 => 3.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3589223..f4741ae 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ "resolve": "^1.1.7" }, "peerDependencies": { - "pug": "^2.0.0" + "pug": "^3.0.0" }, "devDependencies": { "mocha": "*", - "pug": "^2.0.0", + "pug": "^3.0.0", "should": "*" }, "scripts": { @@ -27,4 +27,4 @@ "url": "git://github.com/pugjs/pug-loader.git" }, "license": "MIT" -} \ No newline at end of file +}