Skip to content

Commit

Permalink
chore: bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 17, 2024
1 parent c12a71d commit 21899e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install the `expo-atlas` package as (development) dependency to your project:
$ npx expo install expo-atlas
```

Configure your Metro config to emit a `.expo/stats.json` file containing information about your bundles.
Configure your Metro config to emit a `.expo/stats.jsonl` file containing information about your bundles.

```js metro.config.js
const { getDefaultConfig } = require('expo/metro-config');
Expand All @@ -38,10 +38,10 @@ $ npx expo-atlas

## 🧑‍🤝‍🧑 Sharing stats files

You can also open a previously created `stats.json` file:
You can also open a previously created `stats.jsonl` file:

```
$ npx expo-atlas ./path/to/stats.json
$ npx expo-atlas ./path/to/stats.jsonl
```

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sideEffects": false,
"name": "expo-atlas",
"version": "0.0.8",
"version": "0.0.9",
"description": "Inspect bundle stats from Metro",
"keywords": [
"expo",
Expand Down
2 changes: 1 addition & 1 deletion webui/fixture/stats-tabs-50.jsonl

Large diffs are not rendered by default.

0 comments on commit 21899e3

Please sign in to comment.