diff --git a/README.md b/README.md index c34c1d8..0b02f4b 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ - [semantic-release-config-techor](https://github.com/1aron/techor/tree/main/packages/semantic-release-config) - Techor's semantic release config for publishing workspace packages ##### Packing -- [pack](https://github.com/1aron/techor/tree/main/packages/techor#pack) - Bundling your TypeScript and CSS packages with zero configuration +- [pack](https://github.com/1aron/techor/tree/main/packages/techor/pack.md) - Bundling your TypeScript and CSS packages with zero configuration ##### Versioning -- [version](https://github.com/1aron/techor/tree/main/packages/techor#version) - Smartly bump all workspace-dependent packages to specific versions +- [version](https://github.com/1aron/techor/tree/main/packages/techor/version.md) - Smartly bump all workspace-dependent packages to specific versions ##### Linting - [eslint-config-techor](https://github.com/1aron/techor/tree/main/packages/eslint-config) - Techor's eslint config diff --git a/packages/repo/package.json b/packages/repo/package.json index 4c6af48..004c179 100644 --- a/packages/repo/package.json +++ b/packages/repo/package.json @@ -23,6 +23,7 @@ "access": "public" }, "dependencies": { + "techor": "workspace:^", "@techor/jest": "workspace:^", "commitlint-config-techor": "workspace:^", "eslint-config-techor": "workspace:^" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07073f5..f5cdf7d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -240,6 +240,9 @@ importers: eslint-config-techor: specifier: workspace:^ version: link:../eslint-config + techor: + specifier: workspace:^ + version: link:../techor typescript: specifier: '*' version: 5.3.3