From 846c12806ed01decb530cb5285b5268240c2eb1f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 17 May 2024 10:47:06 +0200 Subject: [PATCH] attribution --- packages/hs2js/README.md | 2 +- packages/hs2js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hs2js/README.md b/packages/hs2js/README.md index 7bd7acf3..f4059ff0 100644 --- a/packages/hs2js/README.md +++ b/packages/hs2js/README.md @@ -2,7 +2,7 @@ Experimental haskell in javascript interpreter. Many haskell features are not implemented. This projects mainly exists to be able to write and interpret [Tidal Cycles](https://tidalcycles.org/) code in the browser, -as part of [Strudel](https://github.com/tidalcycles/strudel). +as part of [Strudel](https://github.com/tidalcycles/strudel). This project could only exist thanks to [tree-sitter-haskell](https://github.com/tree-sitter/tree-sitter-haskell). ## Installation diff --git a/packages/hs2js/package.json b/packages/hs2js/package.json index 604635e3..b87c24c7 100644 --- a/packages/hs2js/package.json +++ b/packages/hs2js/package.json @@ -1,6 +1,6 @@ { "name": "hs2js", - "version": "0.0.5", + "version": "0.0.6", "description": "Experimental Haskell in JavaScript interpreter", "main": "dist/index.js", "module": "dist/index.mjs",