From 480629bd35db03535a9d58888fab11a861e82b48 Mon Sep 17 00:00:00 2001 From: Maarten Gerbrands Date: Tue, 10 Dec 2019 16:10:59 +0100 Subject: [PATCH] Relax node and npm requirements --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b55c515..fcc8f52 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "url": "git+ssh://git@github.com:mateuszkocz/angular-coordinates.git" }, "engines": { - "node": "7.9.0", - "npm": "4.2.0" + "node": ">=7.9.0", + "npm": ">=4.2.0" }, "peerDependencies": { "@angular/core": ">=2.0.0 <5.0.0"