autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit a9075849449e41196a3ede5505366e7d91e9502e
parent 190ab4e166784fef1b33dfa79dc60fd716e7084d
Author: finwo <finwo@pm.me>
Date:   Sat,  2 Nov 2019 13:07:14 +0100

Fixed repository in package.json

Diffstat:
Mpackage.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -3,10 +3,10 @@ "version": "1.0.2", "description": "automatically connect levelup using database url", "main": "src/index.js", - "homepage": "https://gitlab.com/finwo/autolevel", + "homepage": "https://github.com/finwo/autolevel", "repository": { "type": "git", - "url": "https://gitlab.com/finwo/autolevel" + "url": "https://github.com/finwo/autolevel" }, "scripts": { "test": "scripts/test.sh",