Skip to content

Commit

Permalink
fix: fix plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
shaffe-fr committed May 21, 2024
1 parent fd7860d commit 1ad894a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flow-filezilla",
"type": "module",
"main": "src/index.js",
"main": "./dist/index.js",
"scripts": {
"dev": "tsnd src/index.ts",
"build": "tsc"
Expand Down
1 change: 1 addition & 0 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Author": "Karel Faille",
"Version": "1.0.0",
"Language": "typescript",
"ExecuteFileName": "./dist/main.ts",
"Website": "https://github.com/shaffe-fr/flow-filezilla",
"UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.0/Flow.Launcher.Plugin.FileZilla.zip",
"UrlSourceCode": "https://github.com/shaffe-fr/flow-filezilla/tree/main",
Expand Down

0 comments on commit 1ad894a

Please sign in to comment.