We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fb55f commit f451fb0Copy full SHA for f451fb0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vfile-rename",
3
- "version": "2.0.2",
+ "version": "3.0.0",
4
"description": "vfile utility to rename the path parts of a file",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -50,14 +50,14 @@ npm install vfile-rename
50
In Deno with [`esm.sh`][esmsh]:
51
52
```js
53
-import {rename} from 'https://esm.sh/vfile-rename@2'
+import {rename} from 'https://esm.sh/vfile-rename@3'
54
```
55
56
In browsers with [`esm.sh`][esmsh]:
57
58
```html
59
<script type="module">
60
- import {rename} from 'https://esm.sh/vfile-rename@2?bundle'
+ import {rename} from 'https://esm.sh/vfile-rename@3?bundle'
61
</script>
62
63
0 commit comments