From e543fcceed33cdeeab43a8ffeb157bb709a01a94 Mon Sep 17 00:00:00 2001 From: Mark Pundsack Date: Tue, 22 Oct 2013 19:04:42 -0700 Subject: [PATCH] Remove path level so always use the latest node and npm --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a457c7..6a13ca8 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "express": "~3.3.4" }, "engines": { - "node": "0.10.21", - "npm": "1.3.11" + "node": "0.10.x", + "npm": "1.3.x" }, "repository": { "type": "git",