Skip to content

Commit

Permalink
chore: Remove all modules that will be moved into the ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Sep 24, 2024
1 parent ce00d39 commit 2d35645
Show file tree
Hide file tree
Showing 273 changed files with 4,056 additions and 42,980 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const generate = (context: Context) =>
scripts: {
prepublish: 'npm run compile',
pack: 'npm pack --pack-destination ../generators/test/build',
compile: 'shx rm -rf lib/ && tsc && npm run pack',
compile: 'shx rm -rf lib/ && tsc',
test: 'mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts'
},
publishConfig: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/.vitepress/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Badges: typeof import('./components/Badges.vue')['default']
Expand Down
1 change: 1 addition & 0 deletions docs/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {

Expand Down
Loading

0 comments on commit 2d35645

Please sign in to comment.