From fb49ef6829b0311f71729014941aa106e9ca019b Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Wed, 20 Sep 2023 21:29:38 +0530 Subject: [PATCH] try: patch --- .github/workflows/publish.yml | 4 ++-- apps/eslint-config/package.json | 7 +++---- apps/prettier-config/package.json | 7 +++---- apps/tsconfig/package.json | 7 +++---- package.json | 2 +- 5 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c6f117..e9bc11a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,8 +27,8 @@ jobs: - name: Setup Environment uses: ./.github/actions/setup - - name: Setup upterm session - uses: lhotari/action-upterm@v1 + # - name: Setup upterm session + # uses: lhotari/action-upterm@v1 - name: Create Release Pull Request or Publish to NPM id: changesets diff --git a/apps/eslint-config/package.json b/apps/eslint-config/package.json index 072a07e..7504474 100644 --- a/apps/eslint-config/package.json +++ b/apps/eslint-config/package.json @@ -4,13 +4,12 @@ "description": "The official ESLint configuration for bravo68web projects", "license": "MIT", "author": "Bravo68web (https://github.com/bravo68web/)", - "homepage": "https://github.com/bravo68web/node-config#readme", + "homepage": "https://github.com/BRAVO68WEB/node-config#readme", "repository": { - "type": "git", - "url": "https://github.com/bravo68web/node-config" + "url": "https://github.com/BRAVO68WEB/node-config" }, "bugs": { - "url": "https://github.com/bravo68web/node-config/issues" + "url": "https://github.com/BRAVO68WEB/node-config/issues" }, "files": [ "dist" diff --git a/apps/prettier-config/package.json b/apps/prettier-config/package.json index 19c653e..1303362 100644 --- a/apps/prettier-config/package.json +++ b/apps/prettier-config/package.json @@ -3,13 +3,12 @@ "version": "1.2.0", "description": "The official Prettier configuration for bravo68web projects", "author": "Bravo68web (https://github.com/bravo68web/)", - "homepage": "https://github.com/bravo68web/node-config#readme", + "homepage": "https://github.com/BRAVO68WEB/node-config#readme", "repository": { - "type": "git", - "url": "https://github.com/bravo68web/node-config" + "url": "https://github.com/BRAVO68WEB/node-config" }, "bugs": { - "url": "https://github.com/bravo68web/node-config/issues" + "url": "https://github.com/BRAVO68WEB/node-config/issues" }, "main": "index.json", "files": [ diff --git a/apps/tsconfig/package.json b/apps/tsconfig/package.json index ce423bc..7e88cf0 100644 --- a/apps/tsconfig/package.json +++ b/apps/tsconfig/package.json @@ -4,13 +4,12 @@ "description": "Typescript config for bravo68web, ensure the consistency of code quality.", "license": "MIT", "author": "Bravo68web (https://github.com/bravo68web/)", - "homepage": "https://github.com/bravo68web/node-config#readme", + "homepage": "https://github.com/BRAVO68WEB/node-config#readme", "repository": { - "type": "git", - "url": "https://github.com/bravo68web/node-config" + "url": "https://github.com/BRAVO68WEB/node-config" }, "bugs": { - "url": "https://github.com/bravo68web/node-config/issues" + "url": "https://github.com/BRAVO68WEB/node-config/issues" }, "files": [ "base.json", diff --git a/package.json b/package.json index d953960..bca4cf5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "description": "Sharable Node.js miscellaneous config for bravo68web", "license": "MIT", - "repository": "https://github.com/bravo68web/nodejs-config", + "repository": "https://github.com/BRAVO68WEB/node-config", "type": "module", "scripts": { "build": "turbo build",