Skip to content

Commit

Permalink
chore: move sass to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Jun 29, 2024
1 parent 5c5231a commit 7e0f5bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"sass": "^1.76.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "^5.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"sass": "^1.76.0"
"@fortawesome/fontawesome-free": "^6.5.2"
}
}

0 comments on commit 7e0f5bd

Please sign in to comment.