Skip to content

Commit 8d8813f

Browse files
authored
Merge pull request #90 from datapartyjs/pkg-rel
Fix package relative path
2 parents cf50fa6 + baf267e commit 8d8813f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
},
6161
"dependencies": {
6262
"@dataparty/bouncer-db": "1.0.1",
63-
"@dataparty/crypto": "file:../dataparty-crypto",
63+
"@dataparty/crypto": "git://github.com/datapartyjs/dataparty-crypto.git",
6464
"@dataparty/tasker": "^0.0.2",
6565
"@diva.exchange/i2p-sam": "^4.1.8",
6666
"@markwylde/liferaft": "^1.3.4",
6767
"@sevenbitbyte/ncc": "0.0.2",
68-
"ajv": "6.9.1",
68+
"ajv": "6.12.5",
6969
"axios": "^0.27.2",
7070
"body-parser": "^1.19.0",
7171
"bson": "^4.6.1",

0 commit comments

Comments
 (0)