xen build

This commit is contained in:
Felix Roos 2023-01-28 23:19:33 +01:00
parent 52e01321ec
commit a5d4a43753
3 changed files with 28 additions and 1 deletions

View file

@ -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"
}
}