Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Sep 13, 2015
1 parent b39cbd1 commit eca2985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-ssh",
"version": "0.5.2",
"version": "0.5.3",
"description": "SSH and SFTP tasks for gulp",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"gulp-util": "^3.0.6",
"through2": "^2.0.0",
"ssh2": "~0.4.10"
"ssh2": "~0.4.11"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sequence": "^0.4.0",
"standard": "^5.1.0"
"gulp-sequence": "^0.4.1",
"standard": "^5.2.2"
},
"scripts": {
"test": "standard && gulp test"
Expand Down

0 comments on commit eca2985

Please sign in to comment.