Commit 99e4ec1aefb448d27ff1ac66cf2c26441e14ca1d
added mkdirp dep
Paul Frazee committed on 11/2/2014, 7:26:46 PMParent: 6dcd937dfb175bd8ae2a272cf5974d204c4ca284
Files changed
package.json | changed |
test/keyfile | deleted |
package.json | ||
---|---|---|
@@ -8,9 +8,10 @@ | ||
8 | 8 | "url": "git://github.com/pfraze/ssb-keys.git" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", |
12 | - "blake2s": "~1.0.0" | |
12 | + "blake2s": "~1.0.0", | |
13 | + "mkdirp": "~0.5.0" | |
13 | 14 | }, |
14 | 15 | "devDependencies": { |
15 | 16 | "tape": "~3.0.0" |
16 | 17 | }, |
test/keyfile | ||
---|---|---|
@@ -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