Skip to content

Commit

Permalink
fix: setup type module - fast-alfred restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 6, 2024
1 parent a45be61 commit 1a52347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .fast-alfred.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ${homepage}
*/
module.exports = {
bundlerOptions: {
minify: false,

/**
* Essential to include the native module
*
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"email": "avivbens87@gmail.com"
}
],
"type": "module",
"main": "dist/index.js",
"scripts": {
"prebuild": "rm -rf ./dist",
Expand Down Expand Up @@ -80,4 +81,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 1a52347

Please sign in to comment.