unplugin-utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,3 +6,3 @@ import { isAbsolute, posix, resolve } from "pathe"; | ||
function normalizePath(filename) { | ||
return filename.replace("\\", "/"); | ||
return filename.replaceAll("\\", "/"); | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "unplugin-utils", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A set of utility functions commonly used by unplugins.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -7,3 +7,3 @@ # unplugin-utils [![npm](https://img.shields.io/npm/v/unplugin-utils.svg)](https://npmjs.com/package/unplugin-utils) | ||
This projects is heavily copied from [@rollup/pluginutils](https://github.com/rollup/plugins/tree/master/packages/pluginutils). | ||
Thanks to [@rollup/pluginutils](https://github.com/rollup/plugins/tree/master/packages/pluginutils). This projects is heavily copied from it. | ||
@@ -27,1 +27,3 @@ ## Install | ||
[MIT](./LICENSE) License © 2025 [三咲智子 Kevin Deng](https://github.com/sxzz) | ||
[MIT](./LICENSE) Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12133
28