Skip to content

Commit

Permalink
Update superseded.md
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Nov 16, 2023
1 parent 3419a3d commit 3083624
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme/superseded.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ To change the update source for a plugin from one NPM package to another:

**Explanation**:

Changing `"_npm_package_name"` in `manifest.json` is the important part. Doing this allows the new NPM package to update the plugin.

Setting `"_superseded_package": "outdated_package"` in `manifestOverrides.json` causes `outdated_package` to be ignored as a source of plugin updates. While not required, it prevents warnings while running the plugin script.
Changing `"_npm_package_name"` in `manifest.json` is the important part. It causes the plugin updater to check the new NPM package for updates, rather than the old.

Setting `"_superseded_package": "outdated_package"` in `manifestOverrides.json` causes `outdated_package` to be ignored as a source of plugin updates. While not required, it prevents warnings and provides a record of the change in maintenance.

0 comments on commit 3083624

Please sign in to comment.