lemmascript-claimcheck 0.1.0 → 0.1.1
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ It orchestrates two CLIs: it shells `lsc extract` (LemmaScript's frontend, now c
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
|
|
22
|
-
npm install -g lemmascript
|
|
21
|
+
# the tool, plus the two CLIs it drives (lsc + claimcheck) — all on your PATH
|
|
22
|
+
npm install -g lemmascript-claimcheck lemmascript claimcheck
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
It needs `lemmascript >= 0.5.7` (introduces the `//@ contract` annotation) and `claimcheck >= 0.5.0` (the `--lang` framing) — declared as `peerDependencies`, so npm warns on a version mismatch.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lemmascript-claimcheck",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "claimcheck for LemmaScript: vet that a function's informal //@ contract faithfully describes its verified //@ requires/ensures, and emit a guarantees report.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lemmascript",
|