From 3a80933430cb7978b7a72ec3b63389c7c8f90bf9 Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 15 Jan 2016 10:22:47 +0100 Subject: [PATCH] package.json: Update the "engine" field * Use just 0.10 instead of 0.10.0 (it's shorter). * Remove space after >= (it is apparently conventionally not used in the npm world). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbc44cf..a655e17 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "jshint": "2.8.0" }, "engines": { - "node": ">= 0.10.0" + "node": ">=0.10" } }