Skip to content

Commit b1f32e3

Browse files
committed
clean bundle info tables
1 parent ab2b5cd commit b1f32e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tasks/stats.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ function makeBundleInfo(pathObj) {
174174
'',
175175
'| Flavor | URL |',
176176
'| ------ | --- |',
177-
'| CDN URL (latest) | ' + cdnRoot + name + '-latest' + JS + ' |',
178-
'| CDN URL (latest minified) | ' + cdnRoot + name + '-latest' + MINJS + ' |',
179-
'| CDN URL (tagged) | ' + cdnRoot + name + '-' + pkg.version + JS + ' |',
180-
'| CDN URL (tagged minified) | ' + cdnRoot + name + '-' + pkg.version + MINJS + ' |',
177+
'| Latest | ' + cdnRoot + name + '-latest' + JS + ' |',
178+
'| Latest minified | ' + cdnRoot + name + '-latest' + MINJS + ' |',
179+
'| Tagged | ' + cdnRoot + name + '-' + pkg.version + JS + ' |',
180+
'| Tagged minified | ' + cdnRoot + name + '-' + pkg.version + MINJS + ' |',
181181
'',
182182
'#### npm package (starting in `v1.39.0`)',
183183
'',
@@ -196,9 +196,9 @@ function makeBundleInfo(pathObj) {
196196
'var Plotly = require(\'' + pkgName + '\');',
197197
'```',
198198
'',
199-
'#### plotly.js dist files',
199+
'#### Other plotly.js entry points',
200200
'',
201-
'| Way to import | Location |',
201+
'| Flavor | Location |',
202202
'|---------------|----------|',
203203
'| dist bundle | ' + '`dist/plotly-' + name + JS + '` |',
204204
'| dist bundle (minified) | ' + '`dist/plotly-' + name + MINJS + '` |',

0 commit comments

Comments
 (0)