From ccabf31c42e663e4c440f2d9992c097fb8663254 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 20 Jul 2017 17:47:38 -0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d00e3819..3bb05be5 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "url": "https://github.com/whitef0x0/tellform.git" }, "engines": { - "node": ">=5.0.0", - "npm": ">=2.11.2" + "node": "5.0.0", + "npm": "2.11.2" }, "scripts": { "addcontrib": "all-contributors add",