fix: tonal import in autocomplete + add tonal to codemirror package dependencies
This commit is contained in:
parent
be61d08cc6
commit
105db2a4ca
4 changed files with 7 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import './tonal.mjs';
|
||||
import './voicings.mjs';
|
||||
import './ireal.mjs';
|
||||
|
||||
export * from './tonal.mjs';
|
||||
export * from './voicings.mjs';
|
||||
|
||||
import './ireal.mjs';
|
||||
export * from './ireal.mjs';
|
||||
|
||||
export const packageName = '@strudel/tonal';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue