From 728e347d173ca92904e5556dca98eab4af1a9187 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 24 Mar 2017 12:13:27 -0300 Subject: [PATCH] Add keywords and repository to package.json --- package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 30529a4..e6df5a7 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,23 @@ "xo": { "space": true, "semicolon": false - } + }, + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/thiamsantos/lowly.git" + }, + "keywords": [ + "resize", + "image", + "low", + "quality", + "small" + ], + "bugs": { + "url": "https://github.com/thiamsantos/lowly/issues" + }, + "homepage": "https://github.com/thiamsantos/lowly#readme" }