Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Mar 4, 2024
1 parent 81faef9 commit 1e69ac6
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 39 deletions.
38 changes: 19 additions & 19 deletions packages/chord-chart-studio/SLOC
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ Source code:

---------- Result ------------

Physical : 6455
Source : 5360
Comment : 135
Single-line comment : 64
Block comment : 71
Mixed : 9
Physical : 6960
Source : 5791
Comment : 169
Single-line comment : 80
Block comment : 89
Mixed : 14
Empty block comment : 0
Empty : 969
Empty : 1014
To Do : 0

Number of files read : 148
Number of files read : 162

----------------------------

Tests:

---------- Result ------------

Physical : 7335
Source : 6023
Physical : 7338
Source : 6025
Comment : 69
Single-line comment : 62
Block comment : 7
Mixed : 11
Empty block comment : 0
Empty : 1254
Empty : 1255
To Do : 0

Number of files read : 67
Expand All @@ -38,17 +38,17 @@ Total:

---------- Result ------------

Physical : 13790
Source : 11383
Comment : 204
Single-line comment : 126
Block comment : 78
Mixed : 20
Physical : 14298
Source : 11816
Comment : 238
Single-line comment : 142
Block comment : 96
Mixed : 25
Empty block comment : 0
Empty : 2223
Empty : 2269
To Do : 0

Number of files read : 215
Number of files read : 229

----------------------------

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

8 changes: 4 additions & 4 deletions packages/chord-chart-studio/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@

gtag('config', 'G-EGKBT2J600');
</script>
<script type="module" crossorigin src="/app/assets/index-D-AW_nO6.js"></script>
<link rel="modulepreload" crossorigin href="/app/assets/vendor-BPGk5lTF.js">
<link rel="stylesheet" crossorigin href="/app/assets/vendor-D780UWrd.css">
<link rel="stylesheet" crossorigin href="/app/assets/index-qH_J_xcx.css">
<script type="module" crossorigin src="/app/assets/index-DJ3FYunF.js"></script>
<link rel="modulepreload" crossorigin href="/app/assets/vendor-B9p68kIM.js">
<link rel="stylesheet" crossorigin href="/app/assets/vendor-BHpWJQ6D.css">
<link rel="stylesheet" crossorigin href="/app/assets/index-BmEYkRDe.css">
<script id="vite-plugin-pwa:register-sw" src="/app/registerSW.js"></script></head>
<body>
<div id="app" class="theme-dark"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-chart-studio/build/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions packages/chord-chart-studio/src/core/getVersions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
export default () => ({
'chord-chart-studio': 'v0.14.0',
'chord-symbol': 'v4.0.0',
'chord-mark': 'v0.16.2',
});
export default () => ({'chord-chart-studio':'v0.14.0','chord-symbol':'v4.0.0','chord-mark':'v0.16.2'});

0 comments on commit 1e69ac6

Please sign in to comment.