Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Nov 4, 2022
1 parent 478377e commit fb3760c
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": 389511,
"minified": 277323,
"gzipped": 53243
"bundled": 428257,
"minified": 301583,
"gzipped": 58052
},
"bootstrap-rn.esm.js": {
"bundled": 372382,
"minified": 262569,
"gzipped": 52168,
"bundled": 409337,
"minified": 285259,
"gzipped": 57127,
"treeshaked": {
"rollup": {
"code": 198643,
"import_statements": 762
"code": 216955,
"import_statements": 794
},
"webpack": {
"code": 203452
"code": 222731
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 1537982,
"minified": 778392,
"gzipped": 171645
"bundled": 524472,
"minified": 269888,
"gzipped": 64587
},
"bootstrap-rn.umd.js": {
"bundled": 1579808,
"minified": 794369,
"gzipped": 176280
"bundled": 566294,
"minified": 286026,
"gzipped": 69189
}
}
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.1.8",
"version": "0.2.0",
"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 fb3760c

Please sign in to comment.