Commit 0352d4ac549a67c510bebfeda1aa0c3c317941a5
update dependencies
Ev Bogue committed on 6/30/2017, 12:05:50 AMParent: 5597a571544479e3206d331fb8b26c0d72bcc5c5
Files changed
decent.js | changed |
package.json | changed |
readme.md | changed |
yarn.lock | changed |
decent.js | ||
---|---|---|
@@ -46,14 +46,13 @@ | ||
46 | 46 … | .use(require('scuttlebot/plugins/private')) |
47 | 47 … | .use(require('ssb-ws')) |
48 | 48 … | .use(require('ssb-links')) |
49 | 49 … | .use(require('ssb-query')) |
50 | - // .use(require('ssb-ebt')) | |
50 … | + .use(require('ssb-ebt')) | |
51 | 51 … | .use(require('./serve')) |
52 | 52 … | .use(require('./sdash')) |
53 | 53 … | .use(require('ssb-viewer-ev')) |
54 | 54 … | .use(require('git-ssb-web')) |
55 | - // .use(require('sdash')) | |
56 | 55 … | //.use(require('ssb-fulltext')) |
57 | 56 … | //var lite = require('./serve') |
58 | 57 … | //lite.serve() |
59 | 58 … |
package.json | ||
---|---|---|
@@ -3,16 +3,16 @@ | ||
3 | 3 … | "version": "2.0.4", |
4 | 4 … | "description": "A decent(tralized) lite client for secure scuttlebutt", |
5 | 5 … | "homepage": "http://gitmx.com/%25Wq%2FvobdcDedC0FBO2UdowxhPcqokSwtf9Og1mjYvQGE%3D.sha256", |
6 | 6 … | "scripts": { |
7 | - "build": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html", | |
7 … | + "build": "node node_modules/minbay/scripts/style.js && mkdir -p build && browserify node_modules/minbay/index.js | indexhtmlify > build/index.html", | |
8 | 8 … | "start": "node decent server --allowPrivate" |
9 | 9 … | }, |
10 | 10 … | "author": "Ev Bogue", |
11 | 11 … | "license": "MIT", |
12 | 12 … | "dependencies": { |
13 | 13 … | "git-ssb-web": "^2.8.0", |
14 | - "minbase": "^1.4.2", | |
14 … | + "minbay": "^2.1.0", | |
15 | 15 … | "sdash": "^3.0.0", |
16 | 16 … | "ssb-viewer-ev": "^1.0.0" |
17 | 17 … | } |
18 | 18 … | } |
readme.md | ||
---|---|---|
@@ -27,7 +27,4 @@ | ||
27 | 27 … | |
28 | 28 … | 1. Be decent |
29 | 29 … | |
30 | 30 … | Decent is maintained by [Ev Bogue](http://evbogue.com), based on the work of [Dominic Tarr](http://dominictarr.com). |
31 | - | |
32 | - | |
33 | - |
yarn.lock | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 120875 bytes New file size: 121087 bytes |
Built with git-ssb-web