Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Dec 23, 2021
1 parent be4ecef commit 9c69fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm i run-in-client

### runInClient

[src/index.ts:44-82](https://github.com/stagas/run-in-client/blob/acb83a343b40b2dd23a8d0f3d248ed9cb9775013/src/index.ts#L44-L82 "Source code on GitHub")
[src/index.ts:44-82](https://github.com/stagas/run-in-client/blob/be4ecefe8f9e6f38caf1d08c993c5b228e484b8b/src/index.ts#L44-L82 "Source code on GitHub")

Creates a static server with esbuild transforms, creates a puppeteer instance,
executes a single function, returns its result and tears down.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "stagas",
"short": "stagas/run-in-client",
"description": "runs a single function in the client using puppeteer and esbuild",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9c69fa2

Please sign in to comment.