Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 12, 2021
1 parent 0ab433a commit bb0b2a6
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 18 deletions.
8 changes: 4 additions & 4 deletions packages/chord-charts-studio/SLOC
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Source code:

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

Physical : 6287
Source : 5205
Physical : 6288
Source : 5206
Comment : 126
Single-line comment : 59
Block comment : 67
Expand Down Expand Up @@ -38,8 +38,8 @@ Total:

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

Physical : 13810
Source : 11398
Physical : 13811
Source : 11399
Comment : 191
Single-line comment : 117
Block comment : 74
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/chord-charts-studio/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="favicon.ico"><script defer="defer" src="vendors.913fea17f5507083c432.js"></script><script defer="defer" src="main.913fea17f5507083c432.js"></script><link href="css/main.913fea17f5507083c432.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html>
gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="favicon.ico"><script defer="defer" src="vendors.4010179cfc9c80765c92.js"></script><script defer="defer" src="main.4010179cfc9c80765c92.js"></script><link href="css/main.4010179cfc9c80765c92.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions packages/chord-charts-studio/src/core/getVersions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
export default () => ({
'chord-charts-studio': 'v0.9.0',
'chord-symbol': 'v2.1.0',
'chord-mark': 'v0.8.0',
});
export default () => ({'chord-charts-studio':'v0.9.0','chord-symbol':'v2.1.0','chord-mark':'v0.8.0'});
1 change: 1 addition & 0 deletions packages/chord-charts-studio/src/registerHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const _handleMessage = (e) => {
...getSongImporterHandlers(),
};

console.log(e);
if (e.source !== window || e.origin !== window.location.origin) {
return false;
}
Expand Down

0 comments on commit bb0b2a6

Please sign in to comment.