plugin-updater 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -213,7 +213,4 @@ const apiMethods = { ...updaterAPI };
|
|
|
213
213
|
delete apiMethods.name;
|
|
214
214
|
Object.assign(pluginUpdaterEntry, apiMethods);
|
|
215
215
|
|
|
216
|
-
// Guarantee the entry point can be activated as a standard plugin
|
|
217
|
-
pluginUpdaterEntry.activate = async function() { return await pluginUpdaterEntry(); };
|
|
218
|
-
|
|
219
216
|
module.exports = pluginUpdaterEntry;
|