diff options
Diffstat (limited to 'deps/npm/node_modules/libnpm/fetch.js')
-rw-r--r-- | deps/npm/node_modules/libnpm/fetch.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/npm/node_modules/libnpm/fetch.js b/deps/npm/node_modules/libnpm/fetch.js new file mode 100644 index 0000000000..0e5ccd8804 --- /dev/null +++ b/deps/npm/node_modules/libnpm/fetch.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = require('npm-registry-fetch') |