From a3d7ef1f3e63dbd92365b5ca54ca0d051c4a8814 Mon Sep 17 00:00:00 2001 From: Timo Lins Date: Sat, 19 Dec 2020 20:27:37 +0100 Subject: [PATCH] Add repo & keywords to package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index d450137..9c0f3f2 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,13 @@ "version": "1.0.0", "author": "Timo Lins", "license": "MIT", + "repository": "timolins/react-hot-toast", + "keywords": [ + "react", + "notifications", + "toast", + "snackbar" + ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [