lucene-filter.js

Data filter for lucene queries
git clone git://git.finwo.net/lib/lucene-filter.js
Log | Files | Refs | README | LICENSE

commit 0377cb40c4ab31f5cc5b2b8ce7e3da9d7cb647b6
parent 6c8444d614f93be135905ad25f5b78eecf92e98d
Author: finwo <finwo@pm.me>
Date:   Tue, 21 Apr 2020 12:09:07 +0200

Merge pull request #39 from laggingreflex/fix/repo

fix: update repo link
Diffstat:
Mpackage.json | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.com/finwo/lucene-filter.git" + "url": "git+https://github.com/finwo/lucene-filter.git" }, "author": "Robin Bron <robin@finwo.nl>", "license": "MIT", "bugs": { - "url": "https://gitlab.com/finwo/lucene-filter/issues" + "url": "https://github.com/finwo/lucene-filter/issues" }, - "homepage": "https://gitlab.com/finwo/lucene-filter#readme", + "homepage": "https://github.com/finwo/lucene-filter#readme", "dependencies": {}, "devDependencies": { "babel-jest": "^25.1.0",