Skip to content

Commit 479eb8c

Browse files
authored
chore: add libp2p/crypto to prod dep (#149)
1 parent 8d145b0 commit 479eb8c

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
@@ -66,6 +66,7 @@
6666
"prepublish": "npm run build"
6767
},
6868
"dependencies": {
69+
"@libp2p/crypto": "^0.22.9",
6970
"@libp2p/interfaces": "^1.3.14",
7071
"@libp2p/logger": "^1.1.2",
7172
"@libp2p/peer-collections": "^1.0.0",
@@ -83,7 +84,6 @@
8384
"uint8arrays": "^3.0.0"
8485
},
8586
"devDependencies": {
86-
"@libp2p/crypto": "^0.22.9",
8787
"@libp2p/peer-id-factory": "^1.0.8",
8888
"aegir": "^37.0.11",
8989
"benchmark": "^2.1.4",

0 commit comments

Comments
 (0)