From c5fecd03e055799d5b3aff13e92315fd037c6179 Mon Sep 17 00:00:00 2001 From: Patrick Ruhkopf Date: Tue, 13 Feb 2024 22:33:44 -0500 Subject: [PATCH] refactor: renamed to follow auto's naming convention --- package-lock.json | 10 +++++----- packages/filter-by-workspace-path/README.md | 2 +- packages/filter-by-workspace-path/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f2e7d6..d7bcb6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1615,12 +1615,12 @@ "url": "https://opencollective.com/unts" } }, - "node_modules/@restfulhead/npm-auto-plugin-example-test-package": { - "resolved": "packages/example-test-package", + "node_modules/@restfulhead/auto-plugin-filter-by-workspace-path": { + "resolved": "packages/filter-by-workspace-path", "link": true }, - "node_modules/@restfulhead/npm-auto-plugin-filter-by-workspace-path": { - "resolved": "packages/filter-by-workspace-path", + "node_modules/@restfulhead/npm-auto-plugin-example-test-package": { + "resolved": "packages/example-test-package", "link": true }, "node_modules/@sinclair/typebox": { @@ -8016,7 +8016,7 @@ } }, "packages/filter-by-workspace-path": { - "name": "@restfulhead/npm-auto-plugin-filter-by-workspace-path", + "name": "@restfulhead/auto-plugin-filter-by-workspace-path", "version": "0.0.0", "license": "MIT", "dependencies": { diff --git a/packages/filter-by-workspace-path/README.md b/packages/filter-by-workspace-path/README.md index 257f801..d4d866f 100644 --- a/packages/filter-by-workspace-path/README.md +++ b/packages/filter-by-workspace-path/README.md @@ -11,7 +11,7 @@ To start using this plugin, add it to your `.autorc` config, for example: ```json { "plugins": [ - "@restfulhead/npm-auto-plugin-filter-by-workspace-path", + "@restfulhead/auto-plugin-filter-by-workspace-path", "npm", ] } diff --git a/packages/filter-by-workspace-path/package.json b/packages/filter-by-workspace-path/package.json index 287d853..9057773 100644 --- a/packages/filter-by-workspace-path/package.json +++ b/packages/filter-by-workspace-path/package.json @@ -1,5 +1,5 @@ { - "name": "@restfulhead/npm-auto-plugin-filter-by-workspace-path", + "name": "@restfulhead/auto-plugin-filter-by-workspace-path", "version": "0.0.0", "description": "A plugin for Intuit Auto that filters out commits based on specific paths", "keywords": [