feat: update http-server-plus (#9899)

This commit is contained in:
Pierre Brunet
2026-05-27 16:05:43 +02:00
committed by GitHub
parent b3d9dc6d0c
commit 1f243bf90e
3 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vates/http-server-plus",
"version": "2.0.0",
"version": "2.0.2",
"license": "ISC",
"description": "Augmented `http.Server`, HTTP/HTTPS/HTTP2 and multiple ports on the same instance",
"keywords": [
@@ -27,9 +27,10 @@
},
"scripts": {
"pretest": "eslint .",
"test": "node --test index.spec.js"
"test": "node --test index.spec.js",
"postversion": "npm publish --access public"
},
"private": true,
"private": false,
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"