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
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

View File

@ -4,13 +4,12 @@
"description": "The official ESLint configuration for bravo68web projects",
"license": "MIT",
"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": {
"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"

View File

@ -3,13 +3,12 @@
"version": "1.2.0",
"description": "The official Prettier configuration for bravo68web projects",
"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": {
"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": [

View File

@ -4,13 +4,12 @@
"description": "Typescript config for bravo68web, ensure the consistency of code quality.",
"license": "MIT",
"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": {
"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",

View File

@ -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",