Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #130 from andresmgot/updateDeps
Browse files Browse the repository at this point in the history
Update npm deps
  • Loading branch information
andresmgot authored Jun 26, 2018
2 parents 247649e + 2b9ffdf commit c0294f5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 178 deletions.
198 changes: 23 additions & 175 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-kubeless",
"version": "0.4.2",
"version": "0.4.3",
"description": "This plugin enables support for Kubeless within the [Serverless Framework](https://github.com/serverless).",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -43,6 +43,6 @@
"mocha": "^3.4.2",
"nock": "^9.2.3",
"request": "^2.85.0",
"sinon": "^3.3.0"
"sinon": "^4.0.0"
}
}
1 change: 0 additions & 1 deletion test/kubelessDeploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function instantiateKubelessDeploy(zipFile, depsFile, serverlessWithFunction, op
return f(null);
} }) })
);
sinon.stub(kubelessDeploy, 'waitForDeployment');
return kubelessDeploy;
}

Expand Down

0 comments on commit c0294f5

Please sign in to comment.