diff options
author | Kat Marchán <kzm@zkat.tech> | 2019-01-29 14:43:00 -0800 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2019-05-16 14:57:00 -0400 |
commit | d2413d630ccc6e75d956e44c28d2952a438c71a2 (patch) | |
tree | 115e9f3a144480b00b5d6d6df905ea85aa9bf84e /deps/npm/node_modules/libnpm/fetch.js | |
parent | e880904d22e8858bed2e5d33d21a08ca0e273d64 (diff) | |
download | node-new-d2413d630ccc6e75d956e44c28d2952a438c71a2.tar.gz |
deps: upgrade npm to 6.7.0
PR-URL: https://github.com/nodejs/node/pull/25804
Reviewed-By: Myles Borins <myles.borins@gmail.com>
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') |