Skip to content

Commit 0ae8dcc

Browse files
committed
refactor: rename packages/plugin to packages/openapi-plugin
1 parent 3a3b572 commit 0ae8dcc

59 files changed

Lines changed: 10 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

knip.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"ignore": ["src/**/__snapshots__/**", "eslint.config.js"]
3232
},
33-
"packages/plugin": {
33+
"packages/openapi-plugin": {
3434
"project": [
3535
"src/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
3636
"!src/**/__snapshots__/**",
@@ -93,7 +93,12 @@
9393
"ignore": ["rollup.config.mjs", "eslint.config.js"]
9494
},
9595
"playground": {
96-
"ignoreDependencies": ["dotenv", "dotenv-expand", "eslint-plugin-react", "@tanstack/react-query"]
96+
"ignoreDependencies": [
97+
"dotenv",
98+
"dotenv-expand",
99+
"eslint-plugin-react",
100+
"@tanstack/react-query"
101+
]
97102
}
98103
}
99104
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"repository": {
6969
"type": "git",
7070
"url": "git+https://github.com/OpenAPI-Qraft/openapi-qraft.git",
71-
"directory": "packages/plugin"
71+
"directory": "packages/openapi-plugin"
7272
}
7373
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)