From 8e89cdced62833b9074fbde1a0bb401e3ad51756 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 17 Jun 2021 12:55:08 -0500 Subject: [PATCH] fix: target electron 6 and atom 1.55 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b667184..c18e662 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "repository": "https://github.com/steelbrain/intentions", "license": "MIT", "engines": { - "atom": ">=1.0.0 <2.0.0" + "atom": ">=1.55 <2.0.0", + "electron": ">=6.x" }, "dependencies": { "disposable-event": "^2.0.0",