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