Skip to content

Commit

Permalink
fix: bump-up fast-alfred, align to Alfred best-practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 14, 2024
1 parent 0e2cf9e commit 52fd80e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get started, follow these steps:

```bash
npx fast-alfred -t $(cat package.json | jq -r '.version')
(cd build && open alfred-engage-contact.alfredworkflow)
(cd build && open *.alfredworkflow)
```

6. Review your changes with your Alfred app
Expand Down
12 changes: 6 additions & 6 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<key>title</key>
<string>Search for Contacts...</string>
<key>type</key>
<integer>5</integer>
<integer>11</integer>
<key>withspace</key>
<true></true>
</dict>
Expand Down Expand Up @@ -173,7 +173,7 @@
<key>title</key>
<string>Search for Contacts...</string>
<key>type</key>
<integer>5</integer>
<integer>11</integer>
<key>withspace</key>
<true></true>
</dict>
Expand Down Expand Up @@ -222,7 +222,7 @@
<key>title</key>
<string>Search for Contacts...</string>
<key>type</key>
<integer>5</integer>
<integer>11</integer>
<key>withspace</key>
<true></true>
</dict>
Expand All @@ -247,7 +247,7 @@
<key>scriptfile</key>
<string></string>
<key>type</key>
<integer>5</integer>
<integer>11</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
Expand Down Expand Up @@ -294,7 +294,7 @@
<key>title</key>
<string>Search for Contacts...</string>
<key>type</key>
<integer>5</integer>
<integer>11</integer>
<key>withspace</key>
<true></true>
</dict>
Expand Down Expand Up @@ -340,7 +340,7 @@
<key>scriptfile</key>
<string></string>
<key>type</key>
<integer>5</integer>
<integer>11</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "jest"
},
"dependencies": {
"fast-alfred": "^2.1.1",
"fast-alfred": "^2.1.2",
"fuse.js": "^7.0.0",
"libphonenumber-js": "^1.11.3",
"node-mac-contacts": "^1.7.2"
Expand Down

0 comments on commit 52fd80e

Please sign in to comment.