git ssb

1+

Dominic / ssb-keys



Commit 9380a0ea407a45d5dc3c9720cb27c322b538739f

configure browserify

Dominic Tarr committed on 6/18/2016, 3:20:39 PM
Parent: 120bec7a5edf7339dcb6f891dc9703a55ed67577

Files changed

package.jsonchanged
package.jsonView
@@ -22,7 +22,10 @@
2222 },
2323 "scripts": {
2424 "test": "set -e; for t in test/*.js; do node $t; done"
2525 },
26+ "browser": {
27+ "./storage.js": "./local-storage.js"
28+ },
2629 "author": "Paul Frazee <pfrazee@gmail.com>",
2730 "license": "MIT"
2831 }

Built with git-ssb-web