Skip to content

Commit

Permalink
greentext+shiftjis: dependencies, dont wait for react
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Oct 18, 2024
1 parent f5a37fc commit 1194788
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/greentext/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { ExtensionWebpackModule } from "@moonlight-mod/types";
export const webpackModules: Record<string, ExtensionWebpackModule> = {
greentext: {
entrypoint: true,
dependencies: [{ ext: "markdown", id: "markdown" }, { id: "react" }]
dependencies: [{ ext: "markdown", id: "markdown" }]
}
};
3 changes: 3 additions & 0 deletions src/greentext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
],
"source": "https://github.com/Cynosphere/moonlight-extensions"
},
"dependencies": [
"markdown"
],
"apiLevel": 2
}
2 changes: 1 addition & 1 deletion src/shiftjis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { ExtensionWebpackModule } from "@moonlight-mod/types";
export const webpackModules: Record<string, ExtensionWebpackModule> = {
shiftjis: {
entrypoint: true,
dependencies: [{ ext: "markdown", id: "markdown" }, { id: "react" }]
dependencies: [{ ext: "markdown", id: "markdown" }]
}
};
3 changes: 3 additions & 0 deletions src/shiftjis/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
],
"source": "https://github.com/Cynosphere/moonlight-extensions"
},
"dependencies": [
"markdown"
],
"apiLevel": 2
}

0 comments on commit 1194788

Please sign in to comment.