add barrel exports
This commit is contained in:
parent
999251e137
commit
9fa01aa6ff
9 changed files with 12 additions and 4 deletions
2
packages/xen/index.mjs
Normal file
2
packages/xen/index.mjs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import './xen.mjs';
|
||||
import './tune.mjs';
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@strudel.cycles/xen",
|
||||
"version": "0.0.5",
|
||||
"description": "Xenharmonic API for strudel",
|
||||
"main": "xen.mjs",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
"test": "mocha --colors"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue