Skip to content

Commit 45ead1f

Browse files
committed
fix: format
1 parent bbb1f4f commit 45ead1f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>
@@ -25,7 +25,7 @@
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>

scripts/build_npm.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)