backoffice/node_modules/cached-path-relative/shim.js

13 lines
146 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
/**
* Modules
*/
var path = require('path')
var cachedPathRelative = require('.')
/**
* Install shim
*/
path.relative = cachedPathRelative