jspm 3.0.2 → 3.1.0

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/cli.js +23968 -81
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
  * Support for a wide range of CDNs, such as `jspm.io`, `jsDeliver`, `esm.sh` and `unpkg`.
16
16
  * Import map extraction/injection into HTML files, with module preloading and integrity attributes.
17
17
 
18
- See the [documentation](https://jspm.org/docs/jspm-cli) and [getting started](https://jspm.org/docs/getting-started) guide on jspm.org.
18
+ See the [documentation](https://jspm.org/docs/jspm-cli) and [getting started](https://jspm.org/getting-started) guide on jspm.org.
19
19
 
20
20
  ## Contributing
21
21