From 9c3162734bb6fa0ad120c4efd360b2be505b9b8f Mon Sep 17 00:00:00 2001 From: GitHubTeacher Date: Thu, 11 Oct 2018 10:23:08 +0200 Subject: [PATCH] change package.json file to highlight where dependency update should go --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1db8f82..0e25ea8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Memory game with Octocats", "version": "0.0.1", "dependencies": { - "debug": "2.6.8", + "debug": "?", "ejs": "^2.5.6", "hoek": "^4.0.0", "npm": "^6.4.1",