Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit a016270

Browse files
committed
Set date-fns as a peerDependency
1 parent ed0417a commit a016270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"react-list": "^0.8.13"
4646
},
4747
"peerDependencies": {
48-
"react": "^0.14 || ^15.0.0-rc || >=15.0"
48+
"react": "^0.14 || ^15.0.0-rc || >=15.0",
49+
"date-fns": "2.0.0-alpha.7 || >=2.0.0"
4950
},
5051
"devDependencies": {
5152
"@babel/cli": "^7.7.7",

0 commit comments

Comments
 (0)