warp-proxy
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -11,3 +11,4 @@ const chalk = require('chalk'); | ||
'Access-Control-Allow-Origin': '*', | ||
'Access-Control-Allow-Methods': 'OPTIONS, POST, GET, PUT, DELETE', | ||
'Access-Control-Allow-Methods': '*', | ||
'Access-Control-Allow-Headers': '*' | ||
}; | ||
@@ -14,0 +15,0 @@ |
{ | ||
"name": "warp-proxy", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Proxy requests or return mocks from local files instead", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
105655
199