From a1942503a2d87910a498a192f36a339bef8fc274 Mon Sep 17 00:00:00 2001 From: Arnaud Gissinger Date: Fri, 10 Nov 2023 13:52:58 +0100 Subject: [PATCH] fix: minor fixes --- README.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 01ee5f6..287e74f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# pkg-placeholder +# starter-ts -> Note: Replace `pkg-placeholder`, `_description_`, `"keywords": []` and `mathix420` globally to use this template. +> Note: Replace `starter-ts`, `_description_`, `"keywords": []` and `mathix420` globally to use this template. Inpired from https://github.com/ryansonshine/typescript-npm-package-template and https://github.com/antfu/starter-ts diff --git a/package.json b/package.json index 185b311..c146d81 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "pkg-placeholder", + "name": "starter-ts", "type": "module", "description": "_description_", "author": "Arnaud Gissinger ", "license": "MIT", - "homepage": "https://github.com/mathix420/pkg-placeholder#readme", + "homepage": "https://github.com/mathix420/starter-ts#readme", "repository": { "type": "git", - "url": "git+https://github.com/mathix420/pkg-placeholder.git" + "url": "git+https://github.com/mathix420/starter-ts.git" }, - "bugs": "https://github.com/mathix420/pkg-placeholder/issues", + "bugs": "https://github.com/mathix420/starter-ts/issues", "keywords": [], "sideEffects": false, "exports": {