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",