Skip to content

Commit

Permalink
Merge pull request #4646 from ryuheechul/patch-kubeless-plugin-package
Browse files Browse the repository at this point in the history
Bump serverless-kubeless to 0.2.4
  • Loading branch information
horike37 committed Jan 12, 2018
2 parents 361fdc7 + 90bc9ff commit e95663a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/create/templates/kubeless-nodejs/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Example function for serverless kubeless",
"dependencies": {
"serverless-kubeless": "^0.1.8",
"serverless-kubeless": "^0.2.4",
"lodash": "^4.1.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/create/templates/kubeless-python/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Sample Kubeless Python serverless framework service.",
"dependencies": {
"serverless-kubeless": "^0.1.8"
"serverless-kubeless": "^0.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit e95663a

Please sign in to comment.