This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
viewfinder
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Edit peerDependencies
Specify styled-components version according to devDependencies.
master
TheoryOfNekomata
3 years ago
parent
ac041aefaa
commit
c385f6f424
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@@ -21,7 +21,7 @@
},
},
"peerDependencies": {
"peerDependencies": {
"react": ">=16",
"react": ">=16",
"styled-components": "
~
5.2.3"
"styled-components": "
^
5.2.3"
},
},
"husky": {
"husky": {
"hooks": {
"hooks": {
Write
Preview
Loading…
Cancel
Save