Skip to content

Commit 794c684

Browse files
authored
Remove HelloNode recipe (#168)
1 parent fb42a11 commit 794c684

File tree

6 files changed

+0
-46
lines changed

6 files changed

+0
-46
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ Running a web-compatible recipe:
103103
| | :heavy_check_mark: | [GroceriesHalogenHooks](recipes/GroceriesHalogenHooks) | A Halogen port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples). |
104104
| | :heavy_check_mark: | [GroceriesReactHooks](recipes/GroceriesReactHooks) | A React port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples). |
105105
| | :heavy_check_mark: | [HelloHalogenHooks](recipes/HelloHalogenHooks) | A Halogen port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples). |
106-
| :heavy_check_mark: | | [HelloNode](recipes/HelloNode) | Equivalent to `HelloWorldLog` recipe, but just targets node.js environment (not the browser too). For CI testing until another node-only recipe is created. |
107106
| | :heavy_check_mark: | [HelloReactHooks](recipes/HelloReactHooks) | A React port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples). |
108107
| :heavy_check_mark: | :heavy_check_mark: | [HelloWorldLog](recipes/HelloWorldLog) | This recipe shows how to run a simple "Hello world!" program in either the node.js or web browser console. |
109108
| | :heavy_check_mark: | [ImagePreviewsHalogenHooks](recipes/ImagePreviewsHalogenHooks) | A Halogen port of the ["Files - Drag-and-Drop" Elm Example](https://elm-lang.org/examples/drag-and-drop). |

recipes/HelloNode/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

recipes/HelloNode/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

recipes/HelloNode/nodeSupportedSkipCI.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

recipes/HelloNode/spago.dhall

Lines changed: 0 additions & 11 deletions
This file was deleted.

recipes/HelloNode/src/Main.purs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)