Skip to content

Commit

Permalink
feat(CV-259): cleanup dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Jun 2, 2023
1 parent e84aeac commit f2d5a26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmicmind/algojs",
"version": "0.0.1-rc-060123-2",
"version": "0.0.1-rc-060223-2",
"description": "An algorithms and data structures library in TypeScript.",
"keywords": [],
"author": {
Expand Down Expand Up @@ -44,6 +44,9 @@
"test:unit": "vitest run --config vite.config.test.ts --mode ${VITE_MODE:-test}",
"test:coverage": "vitest run --coverage --config vite.config.test.ts --mode ${VITE_MODE:-benchmark}"
},
"dependencies": {
"@cosmicmind/foundationjs": "^0.0.1-rc-060223-1"
},
"devDependencies": {
"@cosmicmind/foundationjs": "^0.0.1-rc-060223-1",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
Expand Down

0 comments on commit f2d5a26

Please sign in to comment.