Skip to content

Commit

Permalink
fix: refactor to hooks
Browse files Browse the repository at this point in the history
fixes #231
  • Loading branch information
shanejonas committed Jul 3, 2019
1 parent b5ee42f commit ec2a060
Show file tree
Hide file tree
Showing 17 changed files with 433 additions and 502 deletions.
70 changes: 43 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -18,6 +18,7 @@
"@open-rpc/examples": "^1.3.1",
"@open-rpc/meta-schema": "^1.3.2",
"@open-rpc/schema-utils-js": "^1.11.0",
"@use-it/interval": "^0.1.3",
"ajv": "^6.10.0",
"classnames": "^2.2.6",
"commander": "^2.20.0",
Expand All @@ -38,7 +39,8 @@
"react-json-view": "^1.19.1",
"react-markdown": "^4.0.8",
"react-monaco-editor": "^0.25.1",
"react-split-pane": "^0.1.87"
"react-split-pane": "^0.1.87",
"use-query-params": "^0.3.3"
},
"scripts": {
"lint": "tslint --fix -p .",
Expand Down

0 comments on commit ec2a060

Please sign in to comment.