Skip to content

Commit

Permalink
Upgrade all deps. temporarily disable tests and linting as it will be…
Browse files Browse the repository at this point in the history
… rewritten
  • Loading branch information
securingsincity committed Mar 23, 2024
1 parent 26cfc49 commit 8e7ab35
Show file tree
Hide file tree
Showing 11 changed files with 11,005 additions and 16,283 deletions.
43 changes: 0 additions & 43 deletions .eslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ class App extends Component {
this.setMode = this.setMode.bind(this);
this.onChange = this.onChange.bind(this);
this.setFontSize = this.setFontSize.bind(this);
this.setLineHeight = this.setLineHeight.bind(this),
this.setBoolean = this.setBoolean.bind(this);
(this.setLineHeight = this.setLineHeight.bind(this)),
(this.setBoolean = this.setBoolean.bind(this));
}
render() {
return (
Expand Down
Loading

0 comments on commit 8e7ab35

Please sign in to comment.