Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuang1212 committed Jun 14, 2021
1 parent f3ba4a0 commit 5b2a95f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
!/.yarn/cache
#/.pnp.*

dist
dist
release.zip
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "simple-h2-proxy",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"build": "tsc"
"build": "tsc && zip -r release.zip ."
},
"dependencies": {
"@types/node": "^15.0.2",
Expand Down

0 comments on commit 5b2a95f

Please sign in to comment.