Skip to content

Commit

Permalink
[2FA Directory] add icons + chore + fix action (#13489)
Browse files Browse the repository at this point in the history
* [2fa Directory] add icons + chore + fix action

* [2FA  Directory] fix the contact SM links

* [2FA  Directory] fix typo 'faceboook -> facebook'

* [2FA  Directory] ye olde lint

* [2FA Directory] remove comment of sample response

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
xmok and raycastbot committed Jul 16, 2024
1 parent 48b1805 commit 1c149d9
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 118 deletions.
7 changes: 6 additions & 1 deletion extensions/2fa-directory/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
/node_modules

# misc
.DS_Store
.DS_Store
raycast-env.d.ts

.raycast-swift-build
.swiftpm
compiled_raycast_swift
2 changes: 2 additions & 0 deletions extensions/2fa-directory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 2FA Directory Changelog

## [Add Icons + Fix Action URL] - 2024-07-16

## [Initial Version] - 2023-03-24
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed extensions/2fa-directory/metadata/metadata.png
Binary file not shown.
159 changes: 92 additions & 67 deletions extensions/2fa-directory/package-lock.json

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

12 changes: 7 additions & 5 deletions extensions/2fa-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"icon": "command-icon.png",
"author": "andreaselia",
"contributors": [
"pernielsentikaer"
"pernielsentikaer",
"xmok"
],
"categories": [
"Applications",
Expand All @@ -23,15 +24,16 @@
}
],
"dependencies": {
"@raycast/api": "^1.48.9",
"@raycast/utils": "^1.5.2"
"@raycast/api": "^1.78.0",
"@raycast/utils": "^1.16.2"
},
"devDependencies": {
"@raycast/eslint-config": "1.0.5",
"@types/node": "18.8.3",
"@types/react": "18.0.9",
"@types/node": "^20.8.10",
"@types/react": "^18.3.3",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"react": "^18.2.0",
"typescript": "^4.4.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1c149d9

Please sign in to comment.