Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Jan 10, 2018
1 parent 4cd710e commit 7559b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "final-form-arrays",
"version": "1.0.0",
"version": "1.0.1",
"description": "Array Mutators for 🏁 Final Form",
"main": "dist/final-form-arrays.cjs.js",
"jsnext:main": "dist/final-form-arrays.es.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"rollup-plugin-uglify": "^2.0.1"
},
"peerDependencies": {
"final-form": "^1.2.0"
"final-form": ">=1.2.0"
},
"lint-staged": {
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"]
Expand Down

0 comments on commit 7559b10

Please sign in to comment.