From 6b5b347f37218648c2a6d93fc5655d3e64e47ddf Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 10 Feb 2024 13:33:08 +0200 Subject: [PATCH] squash! --- CHANGELOG.md | 4 ++++ package.json | 11 +++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5d5bc..fbea3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.12 + +- Cleanup + ## 0.0.11 - Cleanup diff --git a/package.json b/package.json index d7c7ff1..13d4871 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { "name": "@yesmaintain/script", - "version": "0.0.11", + "version": "0.0.12", "private": false, "description": "Maintains GitHub repositories. 🔧", - "homepage": "https://github.com/YesMaintain/NPM#readme", + "homepage": "https://github.com/YesMaintain/NPMScript#readme", "bugs": { - "url": "https://github.com/YesMaintain/NPM/issues" + "url": "https://github.com/YesMaintain/NPMScript/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/YesMaintain/NPM.git", - "directory": "Script" + "url": "git+https://github.com/YesMaintain/NPMScript.git" }, "license": "SEE LICENSE IN LICENSE", "author": { @@ -43,7 +42,7 @@ "@types/pacote": "11.1.8", "esbuild": "0.20.0", "esbuild-plugin-copy": "2.1.1", - "typescript-esbuild": "0.3.8" + "typescript-esbuild": "0.3.9" }, "publishConfig": { "access": "public"