Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Sep 23, 2022
1 parent d38f223 commit 9e12f65
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": 389495,
"minified": 277307,
"gzipped": 53244
"bundled": 389511,
"minified": 277323,
"gzipped": 53243
},
"bootstrap-rn.esm.js": {
"bundled": 372366,
"minified": 262553,
"gzipped": 52166,
"bundled": 372382,
"minified": 262569,
"gzipped": 52168,
"treeshaked": {
"rollup": {
"code": 198627,
"code": 198643,
"import_statements": 762
},
"webpack": {
"code": 203436
"code": 203452
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 1537966,
"minified": 778376,
"gzipped": 171642
"bundled": 1537982,
"minified": 778392,
"gzipped": 171645
},
"bootstrap-rn.umd.js": {
"bundled": 1579792,
"minified": 794353,
"gzipped": 176282
"bundled": 1579808,
"minified": 794369,
"gzipped": 176280
}
}
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.7",
"version": "0.1.8",
"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 9e12f65

Please sign in to comment.