Browse Source

Bump version

For republishing in the package repository.
master
TheoryOfNekomata 4 years ago
parent
commit
4ccbd96700
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package.json

+ 3
- 1
package.json View File

@@ -1,8 +1,9 @@
{ {
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
"files": [ "files": [
"dist", "dist",
"src" "src"
@@ -31,6 +32,7 @@
} }
}, },
"name": "@theoryofnekomata/react-musical-keyboard", "name": "@theoryofnekomata/react-musical-keyboard",
"description": "Musical keyboard component written in React.",
"author": "TheoryOfNekomata <allan.crisostomo@outlook.com>", "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
"module": "dist/react-musical-keyboard.esm.js", "module": "dist/react-musical-keyboard.esm.js",
"devDependencies": { "devDependencies": {


Loading…
Cancel
Save