Skip to content

Commit

Permalink
v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Mar 3, 2023
1 parent 5f405dd commit c99ff10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"bootstrap-rn.cjs.js": {
"bundled": 438760,
"minified": 308398,
"gzipped": 59317
"bundled": 446561,
"minified": 314261,
"gzipped": 61381
},
"bootstrap-rn.esm.js": {
"bundled": 419258,
"minified": 291573,
"gzipped": 58340,
"bundled": 427310,
"minified": 297663,
"gzipped": 60422,
"treeshaked": {
"rollup": {
"code": 222075,
"import_statements": 779
"code": 227834,
"import_statements": 778
},
"webpack": {
"code": 227962
"code": 233594
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 535534,
"minified": 275362,
"gzipped": 65943
"bundled": 522718,
"minified": 272348,
"gzipped": 64591
},
"bootstrap-rn.umd.js": {
"bundled": 577356,
"minified": 291500,
"gzipped": 70512
"bundled": 555889,
"minified": 281100,
"gzipped": 67555
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-rn",
"version": "0.2.10",
"version": "0.2.11",
"description": "Bootstrap RN is a design framework for React Native. The library is inspired by Bootstrap and tries to bring best practices from the Sass/Css world to JavaScript.",
"author": "Markus Wetzel <markuswetzel@gmx.net>",
"license": "MIT",
Expand Down

0 comments on commit c99ff10

Please sign in to comment.