summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/lib/fetchers/remote.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/pacote/lib/fetchers/remote.js')
-rw-r--r--deps/npm/node_modules/pacote/lib/fetchers/remote.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/npm/node_modules/pacote/lib/fetchers/remote.js b/deps/npm/node_modules/pacote/lib/fetchers/remote.js
index a1e95a2e64..8941f99381 100644
--- a/deps/npm/node_modules/pacote/lib/fetchers/remote.js
+++ b/deps/npm/node_modules/pacote/lib/fetchers/remote.js
@@ -8,6 +8,10 @@ const fetchRegistry = require('./registry')
const fetchRemote = module.exports = Object.create(null)
Fetcher.impl(fetchRemote, {
+ packument (spec, opts) {
+ return BB.reject(new Error('Not implemented yet'))
+ },
+
manifest (spec, opts) {
// We can't get the manifest for a remote tarball until
// we extract the tarball itself.