From 30f4b58ced11414cef5e4d826ad5844a8841dd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Thu, 21 Feb 2019 18:26:56 +0100 Subject: [PATCH] Add npm as dependency --- carto-package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/carto-package.json b/carto-package.json index 1ce636bf..e65b0f8f 100644 --- a/carto-package.json +++ b/carto-package.json @@ -3,6 +3,7 @@ "current_version": { "requires": { "node": "^10.15.1", + "npm": "^6.4.1", "mapnik": "==3.0.15.9", "crankshaft": "~0.8.1" },