Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Nov 26, 2022
1 parent 60422bb commit 418bfbb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"bootstrap-rn.cjs.js": {
"bundled": 429809,
"minified": 302433,
"gzipped": 58219
"bundled": 432922,
"minified": 304252,
"gzipped": 58457
},
"bootstrap-rn.esm.js": {
"bundled": 410889,
"minified": 286109,
"gzipped": 57314,
"bundled": 413862,
"minified": 287809,
"gzipped": 57529,
"treeshaked": {
"rollup": {
"code": 217595,
"code": 219049,
"import_statements": 794
},
"webpack": {
"code": 223371
"code": 224839
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 526084,
"minified": 270528,
"gzipped": 64754
"bundled": 529147,
"minified": 271990,
"gzipped": 65026
},
"bootstrap-rn.umd.js": {
"bundled": 567906,
"minified": 286666,
"gzipped": 69363
"bundled": 570969,
"minified": 288128,
"gzipped": 69634
}
}
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.2",
"version": "0.2.3",
"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 418bfbb

Please sign in to comment.