Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update latest @jspm/generator and drop the freeze option from the cli #2561

Merged
merged 3 commits into from Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs.md
Expand Up @@ -47,7 +47,6 @@ If no modules are given, all "imports" in the initial map are relinked.
* `--preload` _[mode]_ Add module preloads to HTML output (default: static, dynamic)
* `--integrity` Add module preloads with integrity attributes to HTML output (default: false)
* `--compact` Output a compact import map (default: false)
* `--freeze` Freeze input map dependencies, i.e. do not modify them (default: false)
* `--stdout` Output the import map to stdout (default: false)
* `--silent` Silence all output (default: false)
* `-h, --help` Display this message
Expand Down Expand Up @@ -90,7 +89,6 @@ If no packages are provided, all "imports" in the initial map are reinstalled.
* `--preload` _[mode]_ Add module preloads to HTML output (default: static, dynamic)
* `--integrity` Add module preloads with integrity attributes to HTML output (default: false)
* `--compact` Output a compact import map (default: false)
* `--freeze` Freeze input map dependencies, i.e. do not modify them (default: false)
* `--stdout` Output the import map to stdout (default: false)
* `--silent` Silence all output (default: false)
* `-h, --help` Display this message
Expand Down Expand Up @@ -141,7 +139,6 @@ Uninstalls packages from an import map. The given packages must be valid package
* `--preload` _[mode]_ Add module preloads to HTML output (default: static, dynamic)
* `--integrity` Add module preloads with integrity attributes to HTML output (default: false)
* `--compact` Output a compact import map (default: false)
* `--freeze` Freeze input map dependencies, i.e. do not modify them (default: false)
* `--stdout` Output the import map to stdout (default: false)
* `--silent` Silence all output (default: false)
* `-h, --help` Display this message
Expand Down Expand Up @@ -174,7 +171,6 @@ Updates packages in an import map to the latest versions that are compatible wit
* `--preload` _[mode]_ Add module preloads to HTML output (default: static, dynamic)
* `--integrity` Add module preloads with integrity attributes to HTML output (default: false)
* `--compact` Output a compact import map (default: false)
* `--freeze` Freeze input map dependencies, i.e. do not modify them (default: false)
* `--stdout` Output the import map to stdout (default: false)
* `--silent` Silence all output (default: false)
* `-h, --help` Display this message
Expand Down