Skip to content

Commit fc85702

Browse files
committedMar 27, 2018
bump version
1 parent b7bd617 commit fc85702

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

Diff for: ‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if (!process.env.CLEAN_SESSIONS) {
1717
}
1818

1919
// Handler for POST events from API gateway
20+
// curl -v -F "script=@examples/visitgoogle.js" <<API Gateway URL>>
2021
exports.postApiGatewayHandler = apiHandler;
2122

2223
// Default function event handler

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdium",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "headless chromium in lambda prototype",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)