shim.js 146 B

123456789101112
  1. /**
  2. * Modules
  3. */
  4. var path = require('path')
  5. var cachedPathRelative = require('.')
  6. /**
  7. * Install shim
  8. */
  9. path.relative = cachedPathRelative