10000 React 0.14 support · ssejava/formsy-react@2be44f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2be44f1

Browse files
React 0.14 support
1 parent 9792387 commit 2be44f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A form input builder and validator for React JS",
55
"repository": {
66
"type": "git",
@@ -46,6 +46,6 @@
4646
"webpack-dev-server": "^1.7.0"
4747
},
4848
"peerDependencies": {
49-
"react": "^0.14.0-rc1"
49+
"react": "^0.14.0"
5050
}
5151
}

0 commit comments

Comments
 (0)
0