Skip to content

Commit

Permalink
Updating size loimits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Apr 11, 2023
1 parent 74a1fbc commit c7c91b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,35 +85,35 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "30.26 kB"
"maxSize": "30.28 kB"
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "4.69 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "15.1 kB"
"maxSize": "15.11 kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "26.16 kB"
"maxSize": "26.18 kB"
},
{
"path": "./dist/size-rollup-animate.js",
"maxSize": "15.79 kB"
"maxSize": "15.8 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "4.8 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "19.08 kB"
"maxSize": "19.1 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "30.95 kB"
"maxSize": "30.97 kB"
}
],
"gitHead": "1f64ad6f986b6c37a6c68aa1e6d6148e9fc42bea"
Expand Down

0 comments on commit c7c91b8

Please sign in to comment.