Revert "Publish"

This reverts commit 2118a20408.
This commit is contained in:
Felix Roos 2022-12-13 22:24:12 +01:00
parent 2118a20408
commit 61559fee9d
25 changed files with 42 additions and 42 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/transpiler",
"version": "0.5.0",
"version": "0.4.1",
"description": "Transpiler for strudel user code. Converts syntactically correct but semantically meaningless JS into evaluatable strudel code.",
"main": "index.mjs",
"scripts": {
@ -24,7 +24,7 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.5.0",
"@strudel.cycles/core": "^0.4.1",
"acorn": "^8.8.1",
"escodegen": "^2.0.0",
"estree-walker": "^3.0.1"