Skip to content

Commit

Permalink
Rename and upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbayes committed Nov 7, 2017
1 parent 2bb156a commit 3dbcb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# `learntocrypto-workshop`
# `learntocrypto`

> Learn to crypto workshop
Expand All @@ -11,7 +11,7 @@ Learn cryptographic engineering through a set of exercises.
## Install

```sh
git clone git@github.com:sodium-friends/learntocrypto-workshop.git
git clone git@github.com:sodium-friends/learntocrypto.git
```

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"duplex-json-stream": "^1.0.1",
"siginfo": "^1.0.1",
"sodium-universal": "^1.4.0"
"sodium-native": "^2.0.0"
},
"devDependencies": {},
"scripts": {},
Expand Down

0 comments on commit 3dbcb92

Please sign in to comment.