Skip to content

Commit

Permalink
Pin sodium-universal to 3.0.2
Browse files Browse the repository at this point in the history
A temp. fix for RangerMauve#72
  • Loading branch information
paul90 committed Dec 17, 2020
1 parent cd89cbe commit 69c2ec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ git clone [email protected]:datproject/sdk.git

cd sdk

# Install dependencies
npm install

# Compile the SDK into a single JS file
npm run build

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"hyperswarm": "^2.15.2",
"hyperswarm-web": "^2.1.1",
"random-access-application": "^1.0.0",
"random-access-memory": "^3.1.1"
"random-access-memory": "^3.1.1",
"sodium-universal": "3.0.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down

0 comments on commit 69c2ec9

Please sign in to comment.