Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HieronymusLex committed Dec 29, 2020
1 parent 974b58c commit 2810779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"build": "webpack --mode production"
},
"version": "0.2.1",
"version": "0.2.2",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
Expand Down
3 changes: 1 addition & 2 deletions src/HandMatrix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import PropTypes from 'prop-types';
import { Textfit } from 'react-textfit';

import "./HandMatrix.css";

Expand Down Expand Up @@ -49,7 +48,7 @@ const ComboTile = React.memo(
>
{showText && (
<>
<div data-combo={combo} type="keyboard">
<div data-combo={combo}>
{combo}
</div>
<div data-combo={combo}>{comboSubtext}</div>
Expand Down

0 comments on commit 2810779

Please sign in to comment.