Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Apr 17, 2019
1 parent 6a63f58 commit c638331
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
bundle.js
bundle.js.map
report.html
report.json
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ By default the iOS production bundle is being analyzed.
The following options are available:

```
-a, --android analyse Android bundle
-d, --dev analyse developement bundle
-v, --version output the version number
-h, --help output usage information
-a, --android analyse Android bundle
-d, --dev analyse developement bundle
-o, --output [path] output directory
-j, --json save output as JSON file instead of HTML
-v, --version print the version number
-h, --help print usage information
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualize-bundle",
"version": "1.0.4",
"version": "1.1.0",
"description": "Visualize React Native bundle",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand Down

0 comments on commit c638331

Please sign in to comment.