Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Aug 6, 2014
1 parent d633fa8 commit 5eecd77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "nacl-stream",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/dchest/nacl-stream-js",
"authors": [
"Dmitry Chestnykh <dmitry@codingrobots.com>"
Expand Down Expand Up @@ -28,6 +28,6 @@
"test"
],
"dependencies": {
"tweetnacl": "^0.10.1"
"tweetnacl": "0.11.x"
}
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nacl-stream",
"version": "0.3.1",
"version": "0.3.2",
"description": "Streaming encryption based on TweetNaCl.js",
"main": "nacl-stream.js",
"directories": {
Expand Down Expand Up @@ -34,6 +34,6 @@
"tape": "^2.13.4"
},
"dependencies": {
"tweetnacl": "^0.10.1"
"tweetnacl": "0.11.x"
}
}

0 comments on commit 5eecd77

Please sign in to comment.