File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<div align =" center " >
22
3- <h1 >use-haptic 📳</h1 >
3+ <h1 >use-haptic 📳</h1 >
44
5- <p >A convenient React hook to trigger haptic feedback anywhere in your application</p >
5+ <p >A convenient React hook to trigger haptic feedback anywhere in your application</p >
66
7- <p >
7+ <p >
88 <a href="https://jsr.io/@posaune0423/use-haptic">
99 <img src="https://jsr.io/badges/@posaune0423/use-haptic" alt="" />
1010 </a>
2525 </a>
2626 </p >
2727
28- <h2 >
28+ <h2 >
2929 <a href="https://use-haptic.deno.dev/">Try the Demo!</a>
3030 </h2 >
3131</div >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ await build({
1313 test : false ,
1414 compilerOptions : {
1515 target : "ES2020" ,
16- lib : [ "ES2020" , "DOM" ]
16+ lib : [ "ES2020" , "DOM" ] ,
1717 } ,
1818 package : {
1919 // package.json properties
@@ -30,11 +30,11 @@ await build({
3030 url : "https://github.com/posaune0423/use-haptic/issues" ,
3131 } ,
3232 dependencies : {
33- "react" : "^18.0.0"
33+ "react" : "^18.0.0" ,
3434 } ,
3535 devDependencies : {
36- "@types/react" : "^18.0.0"
37- }
36+ "@types/react" : "^18.0.0" ,
37+ } ,
3838 } ,
3939 postBuild ( ) {
4040 // steps to run after building and before running the tests
You can’t perform that action at this time.
0 commit comments