From f14c4514bc5d9c65364a9d10218155ef9ddc4922 Mon Sep 17 00:00:00 2001 From: narol Date: Mon, 3 Jun 2024 17:12:10 +0800 Subject: [PATCH] chore: add release script --- package.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d3b0b9..6809cf7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,19 @@ { "name": "sdp-analyzer", + "version": "0.3.0", + "license": "MIT", + "homepage": "https://github.com/narol1024/sdp-analyzer#readme", + "author": "narol (https://github.com/narol1024)", + "bugs": { + "url": "https://github.com/narol1024/sdp-analyzer/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/narol1024/sdp-analyzer.git" + }, "main": "dist/index.js", "bin": "dist/bin/cli.js", "types": "dist/main.d.ts", - "version": "0.3.0", "scripts": { "prepare": "husky install", "build": "tsc --project tsconfig.build.json", @@ -55,6 +65,9 @@ "typescript": "^4.6.3", "release-it": "^15.0.0" }, + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "release-it": { "git": { "commitMessage": "chore: release ${version}",