Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 2abd1a8

Browse files
committed
fix wrong dep version
1 parent 4f9a26f commit 2abd1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react component",
1919
"react"
2020
],
21-
"version": "2.0.4",
21+
"version": "2.0.5",
2222
"bugs": "https://github.com/javadbat/jb-date-input-react/issues",
2323
"license": "MIT",
2424
"files": [
@@ -36,6 +36,6 @@
3636
"url": "https://github.com/javadbat/jb-date-input-react"
3737
},
3838
"dependencies": {
39-
"jb-date-input": ">=4.0.2"
39+
"jb-date-input": ">=3.7.2"
4040
}
4141
}

0 commit comments

Comments
 (0)