Skip to content

Commit d06bad2

Browse files
committed
2.2.0
1 parent f24dfc0 commit d06bad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

3131
```html
32-
<script async src="https://ga.jspm.io/npm:es-module-shims@2.1.2/dist/es-module-shims.js"></script>
32+
<script async src="https://ga.jspm.io/npm:es-module-shims@2.2.0/dist/es-module-shims.js"></script>
3333

3434
<!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
3535
<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.1.2",
3+
"version": "2.2.0",
44
"description": "Shims for the latest ES module features",
55
"main": "dist/es-module-shims.js",
66
"exports": {

0 commit comments

Comments
 (0)