Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Nov 6, 2019
1 parent 5bb8460 commit 9be1707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeit-now-node-server",
"version": "0.1.0",
"version": "0.2.0",
"description": "Create a server for your Zeit @now/node lambdas in order to test them",
"license": "MIT",
"author": "Sean Matheson",
Expand All @@ -15,6 +15,7 @@
"dist"
],
"scripts": {
"prepublish": "npm run build",
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
Expand Down

0 comments on commit 9be1707

Please sign in to comment.