Skip to content

Commit 7559b10

Browse files
committed
v1.0.1
1 parent 4cd710e commit 7559b10

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
@@ -1,6 +1,6 @@
11
{
22
"name": "final-form-arrays",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Array Mutators for 🏁 Final Form",
55
"main": "dist/final-form-arrays.cjs.js",
66
"jsnext:main": "dist/final-form-arrays.es.js",
@@ -58,7 +58,7 @@
5858
"rollup-plugin-uglify": "^2.0.1"
5959
},
6060
"peerDependencies": {
61-
"final-form": "^1.2.0"
61+
"final-form": ">=1.2.0"
6262
},
6363
"lint-staged": {
6464
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"]

0 commit comments

Comments
 (0)