commit 05f9c9a3b42d760a981c7469e1536dc825dfbbaa
parent 5a1e57fecab6d62e4fb715179c379afbb281f20c
Author: finwo <finwo@pm.me>
Date: Mon, 22 Oct 2018 13:17:33 +0200
Set urls in package.json
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
@@ -3,6 +3,11 @@
"version": "0.0.1",
"description": "automatically connect levelup using database url",
"main": "src/index.js",
+ "homepage": "https://gitlab.com/finwo/autolevel",
+ "repository": {
+ "type": "git",
+ "url": "https://gitlab.com/finwo/autolevel"
+ },
"scripts": {
"test": "NODE_ENV=babel jest"
},