try: patch

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-09-20 21:29:38 +05:30
parent ec8ef54888
commit fb49ef6829
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
5 changed files with 12 additions and 15 deletions

View File

@ -27,8 +27,8 @@ jobs:
- name: Setup Environment - name: Setup Environment
uses: ./.github/actions/setup uses: ./.github/actions/setup
- name: Setup upterm session # - name: Setup upterm session
uses: lhotari/action-upterm@v1 # uses: lhotari/action-upterm@v1
- name: Create Release Pull Request or Publish to NPM - name: Create Release Pull Request or Publish to NPM
id: changesets id: changesets

View File

@ -4,13 +4,12 @@
"description": "The official ESLint configuration for bravo68web projects", "description": "The official ESLint configuration for bravo68web projects",
"license": "MIT", "license": "MIT",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)", "author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/node-config#readme", "homepage": "https://github.com/BRAVO68WEB/node-config#readme",
"repository": { "repository": {
"type": "git", "url": "https://github.com/BRAVO68WEB/node-config"
"url": "https://github.com/bravo68web/node-config"
}, },
"bugs": { "bugs": {
"url": "https://github.com/bravo68web/node-config/issues" "url": "https://github.com/BRAVO68WEB/node-config/issues"
}, },
"files": [ "files": [
"dist" "dist"

View File

@ -3,13 +3,12 @@
"version": "1.2.0", "version": "1.2.0",
"description": "The official Prettier configuration for bravo68web projects", "description": "The official Prettier configuration for bravo68web projects",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)", "author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/node-config#readme", "homepage": "https://github.com/BRAVO68WEB/node-config#readme",
"repository": { "repository": {
"type": "git", "url": "https://github.com/BRAVO68WEB/node-config"
"url": "https://github.com/bravo68web/node-config"
}, },
"bugs": { "bugs": {
"url": "https://github.com/bravo68web/node-config/issues" "url": "https://github.com/BRAVO68WEB/node-config/issues"
}, },
"main": "index.json", "main": "index.json",
"files": [ "files": [

View File

@ -4,13 +4,12 @@
"description": "Typescript config for bravo68web, ensure the consistency of code quality.", "description": "Typescript config for bravo68web, ensure the consistency of code quality.",
"license": "MIT", "license": "MIT",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)", "author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/node-config#readme", "homepage": "https://github.com/BRAVO68WEB/node-config#readme",
"repository": { "repository": {
"type": "git", "url": "https://github.com/BRAVO68WEB/node-config"
"url": "https://github.com/bravo68web/node-config"
}, },
"bugs": { "bugs": {
"url": "https://github.com/bravo68web/node-config/issues" "url": "https://github.com/BRAVO68WEB/node-config/issues"
}, },
"files": [ "files": [
"base.json", "base.json",

View File

@ -4,7 +4,7 @@
"version": "0.0.0", "version": "0.0.0",
"description": "Sharable Node.js miscellaneous config for bravo68web", "description": "Sharable Node.js miscellaneous config for bravo68web",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/bravo68web/nodejs-config", "repository": "https://github.com/BRAVO68WEB/node-config",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "turbo build", "build": "turbo build",