Skip to content

Commit

Permalink
fix: install latest fast-alfred - change according to esm instruc…
Browse files Browse the repository at this point in the history
…tions 🥷
  • Loading branch information
Avivbens committed Jun 7, 2024
1 parent d971b5b commit 79945c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .fast-alfred.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ module.exports = {
assets: ['./src/assets/contacts.node'],
assetsDir: 'Release',
targetDir: 'build',
outputFormat: 'esm',
esmHelpers: true,
},
workflowMetadata: {
name: 'Engage Contact',
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 @@ -39,7 +39,7 @@
"test": "jest"
},
"dependencies": {
"fast-alfred": "^1.3.4",
"fast-alfred": "^2.0.0",
"fuse.js": "^7.0.0",
"libphonenumber-js": "^1.11.2",
"node-mac-contacts": "^1.7.2"
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"@models/*": ["src/models/*"]
}
},
"ts-node": {
"require": ["tsconfig-paths/register"]
},
"exclude": ["node_modules", ".eslintrc.cjs"],
"include": ["src/**/*"]
}

0 comments on commit 79945c8

Please sign in to comment.