Skip to content

Commit

Permalink
CircleCI test (#1031)
Browse files Browse the repository at this point in the history
* Update snapshots

* v1.3.2-canary.3
  • Loading branch information
jaredpalmer committed Oct 21, 2018
1 parent a20581c commit 5e95671
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .size-snapshot.json
@@ -1,35 +1,35 @@
{
"./dist/formik.umd.production.js": {
"bundled": 175856,
"minified": 47562,
"gzipped": 13810
"bundled": 175914,
"minified": 47590,
"gzipped": 13738
},
"./dist/formik.cjs.production.js": {
"bundled": 40587,
"minified": 20665,
"gzipped": 5192
"bundled": 40832,
"minified": 20783,
"gzipped": 5229
},
"./dist/formik.cjs.development.js": {
"bundled": 41475,
"minified": 21548,
"gzipped": 5533
"bundled": 41720,
"minified": 21666,
"gzipped": 5575
},
"dist/index.js": {
"bundled": 38223,
"minified": 21696,
"gzipped": 5577
"bundled": 38494,
"minified": 21814,
"gzipped": 5614
},
"dist/formik.esm.js": {
"bundled": 37015,
"minified": 20594,
"gzipped": 5405,
"bundled": 37278,
"minified": 20704,
"gzipped": 5442,
"treeshaked": {
"rollup": {
"code": 628,
"code": 658,
"import_statements": 345
},
"webpack": {
"code": 3269
"code": 3333
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Forms in React, without tears",
"version": "1.3.1",
"version": "1.3.2-canary.3",
"license": "MIT",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "jaredpalmer/formik",
Expand Down

0 comments on commit 5e95671

Please sign in to comment.