Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 16, 2019
1 parent 157bc69 commit 0fa816b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Forms in React, without tears",
"version": "2.0.1-alpha.3",
"version": "2.0.1-alpha.2",
"license": "MIT",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "jaredpalmer/formik",
Expand Down Expand Up @@ -143,8 +143,7 @@
"json"
]
},
"size-limit": [
{
"size-limit": [{
"path": "./dist/index.js",
"limit": "14 kB"
},
Expand All @@ -157,4 +156,4 @@
"limit": "14 kB"
}
]
}
}

0 comments on commit 0fa816b

Please sign in to comment.