Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit f5fc481

Browse files
committed
Update doc with more relevant keywords
1 parent b0ef42e commit f5fc481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[react-search-example](https://springload.github.io/react-search-example/)
22
=============
33

4-
> An example of using React with D3, Lunr.js and an autocomplete UI to build a keyboard-centric search experience. Oh and service workers for offline caching, and Electron just because. [Demo](https://springload.github.io/react-search-example/)
4+
> :chart_with_downwards_trend::chart_with_upwards_trend: An example of using React with D3, Lunr.js and an autocomplete UI to build an accessible keyboard-centric search experience. Also – service workers for offline caching, and desktop app with Electron. [Demo](https://springload.github.io/react-search-example/)
55
66
[![Screenshot](screenshot.png)](https://springload.github.io/react-search-example/)
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"svg": "gulp svg",
7676
"watch": "gulp watch",
7777
"start:electron": "electron .",
78-
"build:electron": "npm run dist && electron-packager . 'Electron Data' --out=dist --ignore='(dist|node_modules|gulp)/' --prune --asar --all --version=0.36.7 --icon raw/data-search-icon"
78+
"build:electron": "npm run dist && electron-packager . 'Electron Data' --out=dist --ignore='(dist|node_modules|gulp)/' --prune --asar --all --version=0.36.7 --icon raw/data-search-icon --overwrite"
7979
}
8080
}

0 commit comments

Comments
 (0)