Skip to content

Commit 960e016

Browse files
committed
Rename example apps and update references
Renamed 'plugin-audit' to 'audit-plugin', 'project-management' to 'basic-app', and 'app-using-preset' to 'integrated-app' across the examples. Updated all relevant package names, import paths, and configuration references to match the new naming. Adjusted dependencies in package.json and pnpm-lock.yaml to reflect these changes.
1 parent 1bd0966 commit 960e016

27 files changed

Lines changed: 27 additions & 27 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@example/plugin-audit",
2+
"name": "@example/audit-plugin",
33
"version": "0.1.0",
44
"private": true,
55
"main": "dist/index.js",
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@example/project-management",
2+
"name": "@example/basic-app",
33
"version": "2.0.0",
44
"private": true,
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)