We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818d5ea commit dac6bf8Copy full SHA for dac6bf8
.husky/pre-commit
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-npm run test:coverage && npm run make-badges && git add 'README.md'
+yarn run test:coverage && yarn run make-badges && git add 'README.md'
README.md
@@ -27,8 +27,6 @@
27
|  |
28
| [Preview!](https://codesandbox.io/s/react-use-downloader-0zzoq) |
29
30
-> You may find another [example](./example) in this project which are served at [Github Pages](https://the-bugging.github.io/react-use-downloader).
31
-
32
---
33
34
## Install
_config.yml
@@ -0,0 +1 @@
+theme: jekyll-theme-cayman
0 commit comments