Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 6, 2024
1 parent 7712134 commit 42d8a4c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 123 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion storage/framework/core/utils/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ await Bun.build({
'macroable',
'neverthrow',
'perfect-debounce',
'p-limit',
'vue',
'vueuse',
'@vueuse/core',
Expand Down
1 change: 0 additions & 1 deletion storage/framework/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"kolorist": "1.8.0",
"macroable": "^7.0.2",
"magic-regexp": "^0.7.0",
"p-limit": "^5.0.0",
"perfect-debounce": "^1.0.0",
"pretty-bytes": "^6.1.1",
"yaml": "^2.4.1"
Expand Down
1 change: 0 additions & 1 deletion storage/framework/core/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export * from './hash'
export * from './helpers'
export * from './macroable'
export * from './math'
export * from './p'
export * from './promise'
export * from './regex'
export * from './retry'
Expand Down
119 changes: 0 additions & 119 deletions storage/framework/core/utils/src/p.ts

This file was deleted.

1 change: 0 additions & 1 deletion storage/framework/core/vite/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ await Bun.build({
'macroable',
'neverthrow',
'perfect-debounce',
'p-limit',
'vue',
'vueuse',
'yaml',
Expand Down

0 comments on commit 42d8a4c

Please sign in to comment.