Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Dec 2, 2022
1 parent cd63884 commit c7f9744
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": 433016,
"minified": 304287,
"gzipped": 58468
"bundled": 433167,
"minified": 304454,
"gzipped": 58519
},
"bootstrap-rn.esm.js": {
"bundled": 413956,
"minified": 287844,
"gzipped": 57538,
"bundled": 414078,
"minified": 287985,
"gzipped": 57584,
"treeshaked": {
"rollup": {
"code": 219084,
"code": 219252,
"import_statements": 794
},
"webpack": {
"code": 224874
"code": 225044
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 529243,
"minified": 272025,
"gzipped": 65035
"bundled": 529396,
"minified": 272201,
"gzipped": 65091
},
"bootstrap-rn.umd.js": {
"bundled": 571065,
"minified": 288163,
"gzipped": 69643
"bundled": 571218,
"minified": 288339,
"gzipped": 69701
}
}
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.4",
"version": "0.2.5",
"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 c7f9744

Please sign in to comment.