Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Sep 19, 2024
1 parent 85406cc commit b8dbd2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": []
"ignore": ["dist"]
},
"formatter": {
"enabled": true,
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

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

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@
},
"main": "lib/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"/src",
"/dist",
"/README.md",
"/LICENSE"
],
"files": ["/src", "/dist", "/README.md", "/LICENSE"],
"license": "MIT",
"keywords": [
"react-hooks",
"react",
"haptic",
"vibration"
],
"keywords": ["react-hooks", "react", "haptic", "vibration"],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/posaune0423/use-haptic.git"
Expand Down

0 comments on commit b8dbd2c

Please sign in to comment.