From 4ccbd9670054733568ca6ca504392d20683914ef Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 8 Aug 2020 23:12:35 +0800 Subject: [PATCH] Bump version For republishing in the package repository. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a174aa4..f525b5a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", + "repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git", "files": [ "dist", "src" @@ -31,6 +32,7 @@ } }, "name": "@theoryofnekomata/react-musical-keyboard", + "description": "Musical keyboard component written in React.", "author": "TheoryOfNekomata ", "module": "dist/react-musical-keyboard.esm.js", "devDependencies": {