update
This commit is contained in:
3
package/node_modules/@npmcli/arborist/lib/relpath.js
generated
vendored
Normal file
3
package/node_modules/@npmcli/arborist/lib/relpath.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
const { relative } = require('node:path')
|
||||
const relpath = (from, to) => relative(from, to).replace(/\\/g, '/')
|
||||
module.exports = relpath
|
Reference in New Issue
Block a user