From 75ed99904c7857a050297246953da3ff37531a73 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 12 May 2018 17:00:13 -0600 Subject: [PATCH] syntax fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec3c439..0feea48 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "rsa-compat": "^1.2.1" }, "engines": { - { "node" : ">=4.5" } + "node" : ">=4.5" }, "gitDependencies": { "acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#v1.0",