From b4b188362c9cbe2de0d98cceb6160e5a0ea5cbc7 Mon Sep 17 00:00:00 2001 From: "harry.patel" Date: Tue, 4 Aug 2020 11:59:46 +0100 Subject: [PATCH] move express dependency to correct place --- study-sync-000/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/study-sync-000/package.json b/study-sync-000/package.json index 5467c95..ca6920e 100644 --- a/study-sync-000/package.json +++ b/study-sync-000/package.json @@ -3,10 +3,10 @@ "version": "1.0.0", "description": "", "main": "index.js", - "dependencies": {}, - "devDependencies": { + "dependencies": { "express": "^4.17.1" }, + "devDependencies": {}, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1"