From a642fa45e9418b9f2de1d4fd02bbe8b45e349de5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 30 May 2018 10:23:06 +0700 Subject: [PATCH] Require Electron 2 --- package.json | 4 ++-- readme.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4677998..596c4c0 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ }, "devDependencies": { "ava": "*", - "electron": "^1.3.3", - "execa": "^0.8.0", + "electron": "^2.0.2", + "execa": "^0.10.0", "xo": "*" }, "xo": { diff --git a/readme.md b/readme.md index 2718b07..d5d2339 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Electron doesn't have a built-in way to persist user preferences and other data. You can use this module directly in both the main and renderer process. -*[This project was recently renamed from `electron-config`.](https://github.com/sindresorhus/electron-store/issues/4)* +*[This project was previously known as `electron-config`.](https://github.com/sindresorhus/electron-store/issues/4)* ## Install @@ -15,6 +15,8 @@ You can use this module directly in both the main and renderer process. $ npm install electron-store ``` +*Requires Electron 2.0.0 or later.* + ## Usage