Skip to content

Commit 9be1707

Browse files
committed
Bumps version
1 parent 5bb8460 commit 9be1707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeit-now-node-server",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Create a server for your Zeit @now/node lambdas in order to test them",
55
"license": "MIT",
66
"author": "Sean Matheson",
@@ -15,6 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"prepublish": "npm run build",
1819
"start": "tsdx watch",
1920
"build": "tsdx build",
2021
"test": "tsdx test",

0 commit comments

Comments
 (0)