xen build
This commit is contained in:
parent
52e01321ec
commit
a5d4a43753
3 changed files with 28 additions and 1 deletions
|
|
@ -1,9 +1,14 @@
|
|||
{
|
||||
"name": "@strudel.cycles/xen",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "Xenharmonic API for strudel",
|
||||
"main": "index.mjs",
|
||||
"publishConfig": {
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"repository": {
|
||||
|
|
@ -27,6 +32,7 @@
|
|||
"@strudel.cycles/core": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^3.2.2",
|
||||
"vitest": "^0.25.7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue