From 09e27e71bf2f9fcf3b4f033298d36d46c13f8d80 Mon Sep 17 00:00:00 2001 From: Oliseh Genesis Date: Mon, 29 Jul 2024 07:45:47 +0300 Subject: [PATCH] Update package.json added a , the json structure was wrong and as a result npm install was failing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61d491e..9b27ff0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "webpack": "^4.46.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" - } + }, "scripts": { "dev": "node index.js", "build": "webpack"