From aa60efd669660e69940415f3e824a41054ca66fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Thu, 22 Aug 2024 16:45:07 +0200 Subject: [PATCH] bug: correct package.json for publishing --- web-smtp-relay-client/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web-smtp-relay-client/package.json b/web-smtp-relay-client/package.json index dd18755..840b950 100644 --- a/web-smtp-relay-client/package.json +++ b/web-smtp-relay-client/package.json @@ -1,12 +1,12 @@ { "name": "@sctg/web-smtp-relay-client", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple client for the web-smtp-relay server", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/sctg-development/web-smtp-relay" + "url": "git+https://github.com/sctg-development/web-smtp-relay.git" }, "private": false, "licenses": [ @@ -22,8 +22,7 @@ "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 0", - "prepublishOnly": "npm run build", - "publish": "npm publish" + "prepublishOnly": "npm run build" }, "keywords": ["smtp", "relay", "client"], "author": "Ronan LE MEILLAT",