From b90708e65e98869af5d4935f07927bded27c5542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Wed, 22 Apr 2020 19:50:02 +0200 Subject: [PATCH] Fill package.json with more info --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/package.json b/package.json index 9a43039..7df1086 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,29 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, + "repository": { + "type": "git", + "url": "https://github.com/silvenon/remark-smartypants.git" + }, + "author": { + "name": "Matija Marohnić", + "email": "matija.marohnic@gmail.com", + "url": "https://silvenon.com" + }, + "homepage": "https://github.com/silvenon/remark-smartypants#readme", + "bugs": { + "url": "https://github.com/silvenon/remark-smartypants/issues", + "email": "matija.marohnic@gmail.com" + }, + "keywords": [ + "unified", + "remark", + "remark-plugin", + "smartypants", + "punctuation", + "typography", + "smart" + ], "scripts": { "test": "jest", "prepublishOnly": "yarn test"