git ssb

1+

Dominic / ssb-keys



Commit 99e4ec1aefb448d27ff1ac66cf2c26441e14ca1d

added mkdirp dep

Paul Frazee committed on 11/2/2014, 7:26:46 PM
Parent: 6dcd937dfb175bd8ae2a272cf5974d204c4ca284

Files changed

package.jsonchanged
test/keyfiledeleted
package.jsonView
@@ -8,9 +8,10 @@
88 "url": "git://github.com/pfraze/ssb-keys.git"
99 },
1010 "dependencies": {
1111 "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5",
12- "blake2s": "~1.0.0"
12+ "blake2s": "~1.0.0",
13+ "mkdirp": "~0.5.0"
1314 },
1415 "devDependencies": {
1516 "tape": "~3.0.0"
1617 },
test/keyfileView
@@ -1,13 +1,0 @@
1-# this is your SECRET name.
2-# this name gives you magical powers.
3-# with it you can mark your messages so that your friends can verify
4-# that they really did come from you.
5-#
6-# if any one learns this name, they can use it to destroy your identity
7-# NEVER show this to anyone!!!
8-
9-e6b3a7188067278f559a2eb771472f5a760a3eaabc75b4c8e28d7efe77693c19
10-
11-# WARNING! It's vital that you DO NOT edit OR share your secret name
12-# instead, share your public name
13-# your public name: d180310d075a1ab04af5bd24b1707e81f61e6941bc81c97ca372bc766e8b3a2d

Built with git-ssb-web