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 2eb7a26 commit fa70609Copy full SHA for fa70609
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-classnames",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "hast utility to merge class names together",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -50,14 +50,14 @@ npm install hast-util-classnames
50
In Deno with [`esm.sh`][esmsh]:
51
52
```js
53
-import {classnames} from 'https://esm.sh/hast-util-classnames@2'
+import {classnames} from 'https://esm.sh/hast-util-classnames@3'
54
```
55
56
In browsers with [`esm.sh`][esmsh]:
57
58
```html
59
<script type="module">
60
- import {classnames} from 'https://esm.sh/hast-util-classnames@2?bundle'
+ import {classnames} from 'https://esm.sh/hast-util-classnames@3?bundle'
61
</script>
62
63
0 commit comments