Skip to content

Commit

Permalink
v1.0.0-28
Browse files Browse the repository at this point in the history
  • Loading branch information
adieuadieu committed Nov 17, 2017
1 parent ac046e2 commit e44d40e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/serverless-framework/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"babel-register": "6.26.0",
"js-yaml": "3.10.0",
"serverless": "1.24.1",
"serverless-plugin-chrome": "1.0.0-27",
"serverless-plugin-chrome": "1.0.0-28",
"serverless-webpack": "4.0.0",
"webpack": "3.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-chrome",
"version": "1.0.0-27",
"version": "1.0.0-28",
"description": "Run headless Chrome, serverless-ly",
"main": "handler.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-chrome/lambda",
"version": "1.0.0-27",
"version": "1.0.0-28",
"description": "Run headless Chrome/Chromium on AWS Lambda",
"author": "Marco Lüthy",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-chrome",
"version": "1.0.0-27",
"version": "1.0.0-28",
"description": "A Serverless-framework plugin that takes care of running headless Chrome so that you can move on with getting things done.",
"keywords": [
"serverless",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/adieuadieu/serverless-chrome/tree/master/packages/serverless-plugin",
"dependencies": {
"@serverless-chrome/lambda": "1.0.0-27",
"@serverless-chrome/lambda": "1.0.0-28",
"fs-p": "2.0.0",
"globby": "6.1.0"
},
Expand Down

0 comments on commit e44d40e

Please sign in to comment.