You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpremote: Add support for relative urls in package.json files.
URLs in package.json may be specified relative to the base URL of
the package.json file.
Relative URLs wil work for package.json files installed from the web
as well as local file paths.
Update `docs/reference/packages.rst` to add documentation for:
- Installing packages from local filesystems (PR micropython#12476); and
- Using relative URLs in the package.json file (PR micropython#12477);
- Update the packaging example to encourage relative URLs as the
default in package.json.
0 commit comments