use skypack in example

This commit is contained in:
Felix Roos 2022-04-16 15:36:49 +02:00
parent 0ed1c75c38
commit 2cf129408b
3 changed files with 6 additions and 12 deletions

View file

@ -6,9 +6,6 @@
"directories": {
"example": "examples"
},
"scripts": {
"example": "parcel examples/repl.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"
@ -28,8 +25,5 @@
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.0.5"
},
"devDependencies": {
"parcel": "^2.4.1"
}
}