Skip to content

Commit

Permalink
Update deps for browser example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed May 6, 2016
1 parent 905ee91 commit 18fb500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browser/package.json
Expand Up @@ -9,12 +9,12 @@
"build": "browserify -g aliasify -o bundle.js index.js"
},
"dependencies": {
"aws4": "^1.3.1"
"aws4": "^1.4.0"
},
"devDependencies": {
"aliasify": "^1.9.0",
"browserify": "^13.0.0",
"querystring-browser": "^1.0.3"
"aliasify": "^2.0.0",
"browserify": "^13.0.1",
"querystring-browser": "^1.0.4"
},
"aliasify": {
"aliases": {
Expand Down

0 comments on commit 18fb500

Please sign in to comment.