Skip to content

Commit e7e4bdc

Browse files
committed
remove modulePath docs
1 parent 837ce4a commit e7e4bdc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/electron-chrome-extensions/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ module.exports = {
132132
- `options` Object
133133
- `license` String - Distribution license compatible with your application. See LICENSE.md for more details. \
134134
Valid options include `GPL-3.0`, `Patron-License-2020-11-19`
135-
- `modulePath` String (optional) - Path to electron-chrome-extensions module files. Might be needed if JavaScript bundlers like Webpack are used in your build process.
136135
- `session` Electron.Session (optional) - Session which should support
137136
Chrome extension APIs. `session.defaultSession` is used by default.
138137
- `createTab(details) => Promise<[Electron.WebContents, Electron.BrowserWindow]>` (optional) -

packages/electron-chrome-web-store/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Installs Chrome Web Store support in the specified session.
9393

9494
- `options`
9595
- `session`: The Electron session to enable the Chrome Web Store in. Defaults to `session.defaultSession`.
96-
- `modulePath`: The path to the 'electron-chrome-web-store' module.
9796
- `extensionsPath`: The path to the extensions directory. Defaults to 'Extensions/' in the app's userData path.
9897
- `autoUpdate`: Whether to auto-update web store extensions at startup and once every 5 hours. Defaults to true.
9998
- `loadExtensions`: A boolean indicating whether to load extensions installed by Chrome Web Store. Defaults to true.

0 commit comments

Comments
 (0)