diff --git a/package.json b/package.json index d8792b7..d716323 100644 --- a/package.json +++ b/package.json @@ -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"