Fix ssb-msgs broken from mechanical edit

This commit is contained in:
Christian Bundy 2019-06-27 15:07:09 -07:00
parent 3e353f312c
commit 3a11162455
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
4 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
"words": [ "words": [
"backlinks", "backlinks",
"hyperaxe", "hyperaxe",
"msgs",
"whoami" "whoami"
] ]
} }

View File

@ -18,7 +18,7 @@
"pull-stream": "^3.6.12", "pull-stream": "^3.6.12",
"ssb-client": "^4.7.7", "ssb-client": "^4.7.7",
"ssb-markdown": "^5.0.1", "ssb-markdown": "^5.0.1",
"ssb-messages": "^5.2.0", "ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9" "ssb-ref": "^2.13.9"
}, },
"bin": { "bin": {

View File

@ -1,5 +1,5 @@
const md = require('ssb-markdown') const md = require('ssb-markdown')
const ssbMessages = require('ssb-messages') const ssbMessages = require('ssb-msgs')
const ssbRef = require('ssb-ref') const ssbRef = require('ssb-ref')
const toUrl = (mentions = []) => { const toUrl = (mentions = []) => {

View File

@ -7,4 +7,4 @@ IFS=$'\n\t'
standard standard
dependency-check ./package.json --unused --no-dev --ignore-module highlight.js dependency-check ./package.json --unused --no-dev --ignore-module highlight.js
cspell "src/**/*.js" cspell --no-summary "src/**/*.js"