mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-10 21:28:31 +00:00
hotfix: make broken hs2js + tidal packages private to opt out of release
- some issue with the build command
This commit is contained in:
parent
9ceebd4679
commit
6398b5fb38
@ -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,6 +1,7 @@
|
||||
{
|
||||
"name": "@strudel/tidal",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"description": "Experimental Tidal Code interpreter",
|
||||
"module": "tidal.mjs",
|
||||
"repository": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user