Skip to content

Commit

Permalink
Remove node-sass dep to allow configuring either sass or node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamana committed May 18, 2021
1 parent 82e3177 commit 507f949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docusaurus-plugin-sass",
"version": "0.1.15",
"version": "0.2.0",
"description": "Docusaurus plugin to provide support for SASS/SCSS",
"main": "docusaurus-plugin-sass.js",
"dependencies": {
"node-sass": "^6.0.0",
"sass-loader": "^10.1.1"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0"
"@docusaurus/core": "^2.0.0",
"sass": "^1.30.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 507f949

Please sign in to comment.