Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# pull_request: { branches: [main] }
# jobs:
# ci:
# uses: btravstack/config/.github/workflows/ci-reusable.yml@workflows-v1
# uses: btravstack/tools/.github/workflows/ci-reusable.yml@workflows-v1
# with:
# changeset: true # contract repos that enforce changesets
# integration-tests: true # run the integration suite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# jobs:
# release:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# uses: btravstack/config/.github/workflows/release-reusable.yml@main
# uses: btravstack/tools/.github/workflows/release-reusable.yml@main
# secrets:
# RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
#
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @btravstack/config
# @btravstack/tools

Shared configuration packages for [btravstack](https://github.com/btravstack)
repositories. Each repo used to hand-copy a near-identical `tools/tsconfig`,
Expand Down Expand Up @@ -102,7 +102,7 @@ on:
pull_request: { branches: [main] }
jobs:
ci:
uses: btravstack/config/.github/workflows/ci-reusable.yml@main
uses: btravstack/tools/.github/workflows/ci-reusable.yml@main
with:
changeset: true # contract repos that enforce changesets
```
Expand All @@ -115,7 +115,7 @@ on:
jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: btravstack/config/.github/workflows/release-reusable.yml@main
uses: btravstack/tools/.github/workflows/release-reusable.yml@main
secrets:
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@btravstack/config-root",
"name": "@btravstack/tools-root",
"private": true,
"description": "Shared configuration packages for btravstack repositories",
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git"
"url": "https://github.com/btravstack/tools.git"
},
"type": "module",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"config",
"conventional-commits"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/commitlint#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/commitlint#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/commitlint"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/lefthook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"git-hooks",
"lefthook"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/lefthook#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/lefthook#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/lefthook"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/oxfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"format",
"oxfmt"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/oxfmt#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/oxfmt#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/oxfmt"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"lint",
"oxlint"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/oxlint#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/oxlint#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/oxlint"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"tsconfig",
"typescript"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/tsconfig#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/tsconfig#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/tsconfig"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"markdown",
"typedoc"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/typedoc#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/typedoc#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/typedoc"
},
"files": [
Expand Down
Loading