Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Nov 5, 2022
1 parent 934d0e4 commit 85c6b77
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": 428257,
"minified": 301583,
"gzipped": 58052
"bundled": 428562,
"minified": 301916,
"gzipped": 58073
},
"bootstrap-rn.esm.js": {
"bundled": 409337,
"minified": 285259,
"gzipped": 57127,
"bundled": 409682,
"minified": 285626,
"gzipped": 57171,
"treeshaked": {
"rollup": {
"code": 216955,
"code": 217188,
"import_statements": 794
},
"webpack": {
"code": 222731
"code": 222960
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 524472,
"minified": 269888,
"gzipped": 64587
"bundled": 524819,
"minified": 270119,
"gzipped": 64620
},
"bootstrap-rn.umd.js": {
"bundled": 566294,
"minified": 286026,
"gzipped": 69189
"bundled": 566641,
"minified": 286257,
"gzipped": 69224
}
}
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.0",
"version": "0.2.1",
"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 85c6b77

Please sign in to comment.