From 47a922112154cbc356eccd14c6e4f23ed668c322 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 21 Apr 2018 21:19:09 -1000 Subject: Include ssb-npm - Serve ssb-npm-registry requests under /npm-registry - Show install command for npm-packages messages --- lib/app.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index cbbc74e..fbdbb8f 100644 --- a/lib/app.js +++ b/lib/app.js @@ -17,6 +17,7 @@ var proc = require('child_process') var toPull = require('stream-to-pull-stream') var BoxStream = require('pull-box-stream') var crypto = require('crypto') +var SsbNpmRegistry = require('ssb-npm-registry') var zeros = new Buffer(24); zeros.fill(0) @@ -65,6 +66,7 @@ function App(sbot, config) { this.git = new Git(this.sbot, this.config) this.contacts = new Contacts(this.sbot) this.follows = new Follows(this.sbot, this.contacts) + this.serveSsbNpmRegistry = SsbNpmRegistry.respond(this.sbot, this.config) this.monitorBlobWants() } -- cgit v1.2.3