Skip to content

Commit

Permalink
Merge pull request #23 from Queue-ri/master
Browse files Browse the repository at this point in the history
Fix npm ERESOLVE and EJSONPARSE in package.json
  • Loading branch information
rlamana authored Jan 24, 2022
2 parents 34b7145 + d7cb7fd commit c195399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"sass-loader": "^10.1.1"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
"@docusaurus/core": "^2.0.0-beta",
"sass": "^1.30.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rlamana/docusaurus-plugin-sass.git",
"url": "https://github.com/rlamana/docusaurus-plugin-sass.git"
},
"homepage": "https://github.com/rlamana/docusaurus-plugin-sass",
"keywords": [
Expand Down

0 comments on commit c195399

Please sign in to comment.