Skip to content

Commit

Permalink
Update latest @jspm/generator and drop the freeze option from the…
Browse files Browse the repository at this point in the history
… cli (#2561)

* chore: Update to the latest version of jspm generator

* Remove `--freeze` option from the cli

* Skip install with freeze tests
  • Loading branch information
JayaKrishnaNamburu committed Dec 22, 2023
1 parent daae9d0 commit 381a167
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 1,347 deletions.
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

0 comments on commit 381a167

Please sign in to comment.