compile-cljsdt 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Compile CLJSDT
2
+
3
+ To compile your default main.cljsdt file, run the command:
4
+
5
+ ```bash
6
+ $ npx compile-cljsdt
7
+
8
+ Otherwise run:
9
+
10
+ ```bash
11
+ $ npx compile-cljsdt otherwise.cljsdt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compile-cljsdt",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A compiler for a Clojurescript Dialect with Dependent Types",
5
5
  "main": "index.mjs",
6
6
  "scripts": {