Skip to content

Commit

Permalink
Remove last fesk dependency and turn off watch on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Aug 30, 2024
1 parent b4a66e5 commit a95769f
Show file tree
Hide file tree
Showing 3 changed files with 8,367 additions and 7,406 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest --coverage",
"docz:dev": "docz dev",
"docz:build": "docz build",
"watch": "fesk-watch",
"watch": "vit build --watch",
"snyk-protect": "snyk-protect",
"prepublish": "npm run snyk-protect"
},
Expand All @@ -27,7 +27,6 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@fesk/bem-js": "^1.0.1",
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.14",
Expand Down
Loading

0 comments on commit a95769f

Please sign in to comment.