From 9301a7ef084db6ac846b2784ed70b933b26a15c6 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sun, 11 Oct 2020 13:57:20 +0800 Subject: [PATCH] Add keywords Specify keywords for discoverability. --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c554c2..398ab97 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -78,5 +78,17 @@ "tslib": "^2.0.0", "typescript": "^3.9.7", "mem": "^6.1.0" - } + }, + "keywords": [ + "component", + "react", + "piano", + "pianoforte", + "piano-keyboard", + "musical-keyboard", + "music", + "keyboard", + "instrument", + "midi" + ] }