Skip to content

Commit

Permalink
Relax devDependency verisons; v0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Sep 3, 2014
1 parent cbf7e0d commit defcf33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweetnacl",
"version": "0.11.2",
"version": "0.12.0",
"homepage": "https://dchest.github.io/tweetnacl-js",
"authors": [
"TweetNaCl.js Contributors"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweetnacl",
"version": "0.11.2",
"version": "0.12.0",
"description": "Port of TweetNaCl cryptographic library to JavaScript",
"main": "nacl.js",
"directories": {
Expand Down Expand Up @@ -55,11 +55,11 @@
},
"homepage": "https://dchest.github.io/tweetnacl-js",
"devDependencies": {
"browserify": "^4.2.0",
"faucet": "0.0.1",
"tap-browser-color": "^0.1.2",
"tape": "^2.13.3",
"testling": "^1.7.0",
"uglify-js": "^2.4.14"
"browserify": "4.x.x",
"faucet": "0.x.x",
"tap-browser-color": "0.x.x",
"tape": "2.x.x",
"testling": "1.x.x",
"uglify-js": "2.x.x"
}
}

0 comments on commit defcf33

Please sign in to comment.