Skip to content

Commit

Permalink
Add sass as a peer dependency (#5379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina authored Oct 10, 2024
1 parent e964254 commit 008e830
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-framework",
"version": "4.17.0",
"version": "4.17.1",
"author": {
"email": "[email protected]",
"name": "Canonical Webteam"
Expand Down Expand Up @@ -80,5 +80,8 @@
"stylelint-prettier": "5.0.2",
"svgo": "3.3.2",
"yaml": "2.5.1"
},
"peerDependencies": {
"sass": "^1.79.0"
}
}

0 comments on commit 008e830

Please sign in to comment.