Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
remove vitest from package no longer using
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed May 19, 2023
1 parent 5c93410 commit c5dbbab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions packages/svelte-preprocess-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "unbuild",
"stub": "unbuild --stub",
"test": "vitest",
"prepublishOnly": "vitest run && pnpm build"
"prepublishOnly": "pnpm build"
},
"exports": {
".": {
Expand All @@ -32,8 +32,7 @@
"svelte": "^3.59.1",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vite": "^4.3.8",
"vitest": "^0.31.1"
"vite": "^4.3.8"
},
"keywords": [
"sveltekit",
Expand Down
11 changes: 4 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5dbbab

Please sign in to comment.