Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit 143a0a4

Browse files
committed
feat: cryptoChallenge can be enabled by default after all! https://github.com/ipfs/js-ipfs/pull/1090/files\#r153143252
1 parent 5d11c36 commit 143a0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"rendezvous": "src/bin.js"
88
},
99
"scripts": {
10-
"start": "node src/bin.js --disableCryptoChallenge",
10+
"start": "node src/bin.js",
1111
"lint": "aegir lint",
1212
"build": "aegir build",
1313
"test": "aegir test -t node",

0 commit comments

Comments
 (0)