mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 03:37:48 +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": "^16.8.4",
|
||||||
"react-dom": "^16.8.4",
|
"react-dom": "^16.8.4",
|
||||||
"stylelint": "^13.2.0",
|
"stylelint": "^13.2.0",
|
||||||
"stylelint-copyright": "1.0.0",
|
|
||||||
"typescript": "^3.7.2"
|
"typescript": "^3.7.2"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"stylelint-copyright": "^2.0.0"
|
||||||
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,jsx}": [
|
"*.{js,jsx}": [
|
||||||
"yarn lint --fix",
|
"yarn lint --fix",
|
||||||
|
|
Loading…
Add table
Reference in a new issue