From d41b7b16165bd0704e2451faa82ef6ba10be368e Mon Sep 17 00:00:00 2001 From: Alexandre Gigliotti Date: Thu, 23 Jul 2015 13:07:42 -0700 Subject: [PATCH] Added repository and definition to package. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6166e1d..43c7800 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "inline-html", "version": "0.0.0", - "description": "", + "description": "Inline an html file.", + "repository": "panosoft/inline-html", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"