Skip to content

Commit 285c955

Browse files
committed
2.5.1
1 parent 4eed3bc commit 285c955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Because we are still using the native module loader the edge cases work out comp
3030
Include ES Module Shims with a `async` attribute on the script, then include an import map and module scripts normally:
3131

3232
```html
33-
<script async src="https://ga.jspm.io/npm:es-module-shims@2.5.0/dist/es-module-shims.js"></script>
33+
<script async src="https://ga.jspm.io/npm:es-module-shims@2.5.1/dist/es-module-shims.js"></script>
3434

3535
<!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
3636
<script type="importmap">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-module-shims",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Shims for the latest ES module features",
55
"main": "dist/es-module-shims.js",
66
"exports": {

0 commit comments

Comments
 (0)