From 533afc0ba229cc9925800da51ba83411b9264ae6 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Sun, 6 Aug 2017 14:06:33 -0400 Subject: [PATCH] another typo --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5618752..f346e87 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,8 @@ "mocha": "latest", "chai": "latest" }, - { - "engines": { - "node": ">=6" - } + "engines": { + "node": ">=6" }, "scripts": { "test": "mocha --colors --reporter spec test.js",