We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4d33b commit ed824acCopy full SHA for ed824ac
package.json
@@ -114,7 +114,7 @@
114
"strict": true
115
},
116
"type": "module",
117
- "version": "4.9.0",
+ "version": "5.0.0",
118
"xo": {
119
"ignores": [
120
"lang/*.js",
readme.md
@@ -100,14 +100,14 @@ npm install refractor
100
In Deno with [`esm.sh`][esmsh]:
101
102
```js
103
-import {refractor} from 'https://esm.sh/refractor@4'
+import {refractor} from 'https://esm.sh/refractor@5'
104
```
105
106
In browsers with [`esm.sh`][esmsh]:
107
108
```html
109
<script type="module">
110
- import {refractor} from 'https://esm.sh/refractor@4?bundle'
+ import {refractor} from 'https://esm.sh/refractor@5?bundle'
111
</script>
112
113
0 commit comments