We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affd9b8 commit a268085Copy full SHA for a268085
.npmignore
@@ -6,10 +6,11 @@
6
7
# Automatically generated documentation
8
tsdoc/
9
-
+docs/
10
11
planning/brainstorm/
12
planning/spec/
13
planning/webdemo/
14
planning/implementation/
15
-planning/gc_test/
+planning/gc_test/
16
+planning/fixme/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postfix-haskell",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "A very low-level functional programming language designed to compile directly to WebAssembly",
5
"main": "dist/index.js",
"type": "module",
0 commit comments