From c4cacb0e59511d7b71425b13f5b272ceb6c4c6bf Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Wed, 2 Aug 2017 17:15:05 -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 dd687e70..c81377cc 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "url": "https://github.com/whitef0x0/tellform.git" }, "engines": { - "node": ">=5.0.0", - "npm": ">=3.3.6" + "node": "5.0.0", + "npm": "3.3.6" }, "scripts": { "addcontrib": "all-contributors add",