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 5067056 commit 38660eeCopy full SHA for 38660ee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "static-web-proxy",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "",
5
"main": "index.js",
6
"repository": "skunight/static-web-proxy",
@@ -10,6 +10,7 @@
10
"author": "zzy",
11
"license": "MIT",
12
"dependencies": {
13
+ "compression": "^1.7.4",
14
"connect-history-api-fallback": "^1.5.0",
15
"express": "^4.16.2",
16
"http-proxy-middleware": "^0.19.0",
0 commit comments