mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
fix(v2): specify proper version for stylelint-copyright (#2383)
* fix(v2): specify proper version for stylelint-copyright * Update package.json * Update package.json
This commit is contained in:
parent
a9380b40d4
commit
37288a5995
1 changed files with 3 additions and 1 deletions
|
@ -63,9 +63,11 @@
|
|||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"stylelint": "^13.2.0",
|
||||
"stylelint-copyright": "1.0.0",
|
||||
"typescript": "^3.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"stylelint-copyright": "^2.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx}": [
|
||||
"yarn lint --fix",
|
||||
|
|
Loading…
Add table
Reference in a new issue