Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Oct 8, 2016
1 parent c88da7a commit cee2db9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "simple-text-search",
"version": "1.0.1",
"version": "1.0.2",
"description": "A small in-memory text search that supports umlauts",
"keywords": ["search", "filter", "text", "diacritics", "umlaut"],
"keywords": [
"search",
"filter",
"text",
"diacritics",
"umlaut"
],
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
Expand Down

0 comments on commit cee2db9

Please sign in to comment.