Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit d60f08d

Browse files
committed
fix: fix peerDependencies
1 parent 9d5b290 commit d60f08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
"peerDependencies": {
8282
"react": ">=16.0.0",
8383
"react-dom": ">=16.0.0",
84-
"styled-components": "=>3.0.0"
84+
"styled-components": ">=3.0.0"
8585
}
8686
}

0 commit comments

Comments
 (0)