@tinyhttp/cors
Advanced tools
Comparing version 0.2.7 to 0.2.8
# @tinyhttp/cors | ||
## 0.2.8 | ||
### Patch Changes | ||
- Remove --compact flag | ||
## 0.2.7 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@tinyhttp/cors", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "tinyhttp CORS module", | ||
@@ -47,4 +47,4 @@ "type": "module", | ||
"scripts": { | ||
"build": "rollup -c --compact" | ||
"build": "rollup -c" | ||
} | ||
} |
9381