Skip to content

Commit

Permalink
Update Astro and add sass as a dev dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Feb 26, 2022
1 parent 58f2cfd commit d7db979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.21.2",
"astro": "^0.23.1",
"autoprefixer": "^10.4.0",
"sass": "^1.49.9",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
}
Expand Down

0 comments on commit d7db979

Please sign in to comment.