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:
Alexey Pyltsyn 2020-03-08 22:57:02 +03:00 committed by GitHub
parent a9380b40d4
commit 37288a5995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",