hotfix: make broken hs2js + tidal packages private to opt out of release

- some issue with the build command
This commit is contained in:
Felix Roos
2025-05-01 12:48:43 +02:00
parent 9ceebd4679
commit 6398b5fb38
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"name": "hs2js",
"version": "0.2.0",
"private": true,
"description": "Experimental Haskell in JavaScript interpreter",
"main": "src/index.mjs",
"type": "module",
+1
View File
@@ -1,6 +1,7 @@
{
"name": "@strudel/tidal",
"version": "0.2.0",
"private": true,
"description": "Experimental Tidal Code interpreter",
"module": "tidal.mjs",
"repository": {