Skip to content

Commit

Permalink
2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 17, 2025
1 parent 221eded commit 2f1ad27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Because we are still using the native module loader the edge cases work out comp
Include ES Module Shims with a `async` attribute on the script, then include an import map and module scripts normally:

```html
<script async src="https://ga.jspm.io/npm:[email protected].9/dist/es-module-shims.js"></script>
<script async src="https://ga.jspm.io/npm:[email protected].10/dist/es-module-shims.js"></script>

<!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
<script type="importmap">
Expand Down Expand Up @@ -553,7 +553,7 @@ Once enabled, the separate `es-module-shims-typescript.js` extension must be ava
Example:

```html
<script async src="https://ga.jspm.io/npm:[email protected].9/dist/es-module-shims.js"></script>
<script async src="https://ga.jspm.io/npm:[email protected].10/dist/es-module-shims.js"></script>
<script type="esms-options">
{
"polyfillEnable": "all"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-module-shims",
"version": "2.0.9",
"version": "2.0.10",
"description": "Shims for the latest ES module features",
"main": "dist/es-module-shims.js",
"exports": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-replace": "^2.4.2",
"amaro": "^0.3.0",
"amaro": "0.3.2",
"es-module-lexer": "1.6.0",
"kleur": "^4.1.4",
"mime-types": "^2.1.33",
Expand Down

0 comments on commit 2f1ad27

Please sign in to comment.