fix more deps

This commit is contained in:
Felix Roos 2022-03-25 18:51:20 +01:00
parent 6430f6207d
commit 2338a1ee7d
15 changed files with 17 additions and 22 deletions

View file

@ -1,6 +1,6 @@
import { isNote } from 'tone';
import _WebMidi from 'webmidi';
import { Pattern as _Pattern } from '../core/strudel.mjs';
import { Pattern as _Pattern } from '@strudel/core/strudel.mjs';
import * as Tone from 'tone';
const WebMidi = _WebMidi;

View file

@ -3,9 +3,6 @@
"version": "0.0.1",
"description": "Midi API for strudel",
"main": "midi.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"