Skip to content

Commit

Permalink
fix: Remove vitest as a dependency (#4031)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 17, 2023
1 parent 31b6772 commit 2784b75
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
7 changes: 3 additions & 4 deletions packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@
"globby": "^13.1.3",
"jest": "^29.3.1",
"rollup": "^3.10.0",
"tslib": "^2.4.1"
},
"dependencies": {
"tslib": "^2.4.1",
"vitest": "^0.27.2"
}
},
"dependencies": {}
}
Loading

0 comments on commit 2784b75

Please sign in to comment.