Skip to content

Commit

Permalink
bug: correct package.json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Aug 22, 2024
1 parent af6b987 commit aa60efd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web-smtp-relay-client/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down

0 comments on commit aa60efd

Please sign in to comment.