compile-cljsdt 0.0.5 → 0.0.6

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,10 @@ To compile your default main.cljsdt file, run the command:
4
4
 
5
5
  ```bash
6
6
  $ npx compile-cljsdt
7
+ ```
7
8
 
8
9
  Otherwise run:
9
10
 
10
11
  ```bash
11
12
  $ npx compile-cljsdt otherwise.cljsdt
13
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compile-cljsdt",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A compiler for a Clojurescript Dialect with Dependent Types",
5
5
  "main": "index.mjs",
6
6
  "scripts": {