Skip to content

Commit b1628b8

Browse files
author
Denis Bardadym
committed
Cleanup naming
1 parent 9c533b5 commit b1628b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
Share with me your stats html file. It does not contain your source code - it is completely safe. You can send it to my email (see my github profile).
1111

1212
If you cannot provide me stats html file:
13-
1. Provide relevant section of your rollup config (at least plugins used).
13+
1. Provide the way how you call this module
1414
2. Provide your node and dependencies versions
1515
3. Your OS type and version
1616
4. Screenshot of problem

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ esbuild-visualizer --metadata ./meta.json --exclude *.png
3232

3333
`--filename` (string, default `stats.html`) - name of the file with diagram to generate
3434

35-
`--title` (string, default `Rollup Visualizer`) - title tag value
35+
`--title` (string, default `Esbuild Visualizer`) - title tag value
3636

3737
`--open` (boolean, default `false`) - Open generated file in default user agent
3838

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "esbuld-visualizer",
2+
"name": "esbuild-visualizer",
33
"version": "0.2.0",
44
"author": "Denis Bardadym <bardadymchik@gmail.com>",
55
"license": "MIT",

0 commit comments

Comments
 (0)