From 431b2cb83b269cfe62af7e27c631a9d60110037b Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 3 May 2023 17:26:45 +0200 Subject: [PATCH] Bumped v0.1.0 Signed-off-by: Matteo Collina --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 742a201..118ce04 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "undici-mtls-dispatcher", - "version": "1.0.0", - "description": "", + "name": "undici-tls-dispatcher", + "version": "0.1.0", + "description": "Add domain-specific TLS configuration to undici requests", "main": "index.js", "scripts": { "test": "standard | snazzy && c8 node test.js" }, - "keywords": [], + "keywords": ["undici", "tls"], "repository": { "type": "git", "url": "git+https://github.com/platformatic/undici-mtls-dispatcher"