We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ba4a0 commit 5b2a95fCopy full SHA for 5b2a95f
.gitignore
@@ -8,4 +8,5 @@
8
!/.yarn/cache
9
#/.pnp.*
10
11
-dist
+dist
12
+release.zip
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "simple-h2-proxy",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"license": "MIT",
5
"scripts": {
6
- "build": "tsc"
+ "build": "tsc && zip -r release.zip ."
7
},
"dependencies": {
"@types/node": "^15.0.2",
0 commit comments