Skip to content

Commit

Permalink
fix(vibrate): added component in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 26, 2024
1 parent 12495a3 commit 9fd2336
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions __app/component/Vibrate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

## 1. Happy Flow

```js
<Vibrate />
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"Scanner/",
"Share/",
"TextToSpeech/",
"VoiceRecognition"
"VoiceRecognition/",
"Vibrate/"
],
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down

0 comments on commit 9fd2336

Please sign in to comment.