jspm 3.0.2 → 3.1.1
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.
- package/README.md +1 -1
- package/dist/cli.js +23973 -82
- package/package.json +4 -3
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/
|
|
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
|
|