From 1062f16853f1bd859d9c3aa6bf614a56f214dc35 Mon Sep 17 00:00:00 2001 From: Rajat Barman Date: Wed, 20 Feb 2019 11:39:49 +0530 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc22e286..d422e78d 100644 --- a/package.json +++ b/package.json @@ -51,12 +51,12 @@ "defaults": "webpack-defaults" }, "peerDependencies": { - "webpack": "^4.4.0" + "webpack": "^4.4.0", + "normalize-url": "^4.1.0" }, "dependencies": { "loader-utils": "^1.1.0", "lodash": "^4.17.11", - "normalize-url": "^4.1.0", "schema-utils": "^1.0.0", "webpack-sources": "^1.1.0" },