fix more deps
This commit is contained in:
parent
6430f6207d
commit
2338a1ee7d
15 changed files with 17 additions and 22 deletions
1
packages/tone/README.md
Normal file
1
packages/tone/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
TODO: test
|
||||
|
|
@ -4,9 +4,6 @@
|
|||
"description": "Tone.js API for strudel",
|
||||
"main": "tone.mjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "mocha --colors"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tidalcycles/strudel.git"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { strict as assert } from 'assert';
|
||||
import '../tone.mjs';
|
||||
import { pure } from '../../core/strudel.mjs';
|
||||
import { pure } from '@strudel/core/strudel.mjs';
|
||||
import Tone from 'tone';
|
||||
|
||||
describe('tone', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue