From 118cee2534de4a7b891f8e340118a2ecc5ed98fe Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Tue, 6 Nov 2018 14:34:59 +0100 Subject: [PATCH] Remove npm dependencie Fix #257 #258 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 230bab2..5f32290 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,7 @@ "name": "tarteaucitronjs", "version": "1.0.0", "description": "Comply to the European cookie law", - "dependencies": { - "npm": "^6.4.1" - }, + "dependencies": {}, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"