From 87919d3b3ce4f06c5072e31693dc6cbd19917097 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 10 Oct 2018 10:14:38 +0200 Subject: [PATCH] Update meta --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b861174..40f199f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "a json to html syntax highlighter", "homepage": "https://github.com/mafintosh/json-markup#readme", "version": "1.1.0", + "main": "index.js", "author": { "email": "mathiasbuus@gmail.com", "name": "Mathias Buus Madsen" @@ -15,10 +16,13 @@ "url": "https://github.com/mafintosh/json-markup/issues" }, "keywords": [ - "json", + "highlight", "html", - "syntax", - "highlight" + "json", + "syntax" + ], + "files": [ + "index.js" ], "license": "MIT" }