Skip to content

Commit

Permalink
fix(readme.md): modified readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 20, 2024
1 parent b530f96 commit d52412f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 28 deletions.
18 changes: 8 additions & 10 deletions .github/COMPONENT.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
01. AutoFillOtp :exclamation:
02. Bluetooth :no_entry_sign:
03. CopyToClipboard :white_check_mark:
04. LiveLocationTracking :no_entry_sign:
05. LocateMe :white_check_mark:
06. MobileNavBar :no_entry_sign:
07. PhoneBook :white_check_mark:
08. Scanner :white_check_mark:
09. Share :white_check_mark:
10. TextToSpeech :white_check_mark:
11. VoiceRecognition :white_check_mark:
02. CopyToClipboard :white_check_mark:
03. LiveLocation :exclamation:
04. LocateMe :white_check_mark:
05. PhoneBook :white_check_mark:
06. Scanner :white_check_mark:
07. Share :white_check_mark:
08. TextToSpeech :white_check_mark:
09. VoiceRecognition :white_check_mark:
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ import Share from 'fe-pilot/Share';
## Online Editor Templates

#### 1. CodeSandbox
- JavaScript Starter: https://codesandbox.io/p/devbox/fe-pilot-js-6q2vcg
- JavaScript Starter: https://codesandbox.io/p/sandbox/fe-pilot-js-6jpxdq
<!-- - TypeScript Starter: WIP -->
<!-- - NextJS TypeScript Starter: WIP -->

#### 2. Stackblitz
- JavaScript Starter: https://stackblitz.com/edit/fe-pilot-js-b6mri2
- JavaScript Starter: https://stackblitz.com/edit/fe-pilot?file=src%2FApp.jsx
<!-- - TypeScript Starter: WIP -->
<!-- - NextJS TypeScript Starter: WIP -->

Expand Down
7 changes: 0 additions & 7 deletions __app/component/WIP-Bluetooth/Bluetooth.js

This file was deleted.

7 changes: 0 additions & 7 deletions __app/component/WIP-MobileNavBar/MobileNavBar.js

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"semantic-release": "semantic-release --branches main"
},
"author": "Himanshu Gupta",
"license": "ISC",
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint"
Expand Down Expand Up @@ -108,5 +108,6 @@
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"dependencies": {}
}

0 comments on commit d52412f

Please sign in to comment.