Skip to content

Commit

Permalink
Require Electron 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 30, 2018
1 parent 9882bdc commit a642fa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"ava": "*",
"electron": "^1.3.3",
"execa": "^0.8.0",
"electron": "^2.0.2",
"execa": "^0.10.0",
"xo": "*"
},
"xo": {
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit a642fa4

Please sign in to comment.