Skip to content

Commit ed824ac

Browse files
committed
5.0.0
1 parent fb4d33b commit ed824ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"strict": true
115115
},
116116
"type": "module",
117-
"version": "4.9.0",
117+
"version": "5.0.0",
118118
"xo": {
119119
"ignores": [
120120
"lang/*.js",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ npm install refractor
100100
In Deno with [`esm.sh`][esmsh]:
101101

102102
```js
103-
import {refractor} from 'https://esm.sh/refractor@4'
103+
import {refractor} from 'https://esm.sh/refractor@5'
104104
```
105105

106106
In browsers with [`esm.sh`][esmsh]:
107107

108108
```html
109109
<script type="module">
110-
import {refractor} from 'https://esm.sh/refractor@4?bundle'
110+
import {refractor} from 'https://esm.sh/refractor@5?bundle'
111111
</script>
112112
```
113113

0 commit comments

Comments
 (0)