Skip to content

Commit 5b2a95f

Browse files
committed
v0.2.0
1 parent f3ba4a0 commit 5b2a95f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
!/.yarn/cache
99
#/.pnp.*
1010

11-
dist
11+
dist
12+
release.zip

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "simple-h2-proxy",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"scripts": {
6-
"build": "tsc"
6+
"build": "tsc && zip -r release.zip ."
77
},
88
"dependencies": {
99
"@types/node": "^15.0.2",

0 commit comments

Comments
 (0)