git ssb

16+

Dominic / patchbay



Commit 814717ae9da45083790dbf4847fb7a674daeac0c

removing un-needed deps in core

mix irving committed on 2/12/2017, 2:40:32 AM
Parent: 15b8e0d085e01b8161f4a7c1675afdda7a02e527

Files changed

modules_core/suggest-box.jschanged
modules_core/suggest-mentions.jschanged
modules_core/suggest-box.jsView
@@ -3,10 +3,8 @@
33 const onload = require('on-load')
44 const { para } = require('cont')
55 const Suggest = require('suggest-box')
66
7-exports.needs = {}
8-
97 exports.gives = {
108 build_suggest_box: true,
119 css: true
1210 }
modules_core/suggest-mentions.jsView
@@ -1,8 +1,6 @@
11
22 exports.needs = {
3- sbot_links2: 'first',
4- blob_url: 'first',
53 signified: 'first',
64 builtin_tabs: 'map',
75 avatar_image_src: 'first'
86 }

Built with git-ssb-web