@calcit/procs 0.8.53 → 0.8.55
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/lib/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ cargo install calcit
|
|
|
32
32
|
3 binaries are installed:
|
|
33
33
|
|
|
34
34
|
- `calcit`, the runtime and js compiler
|
|
35
|
-
- `caps`, for downloading dependencies declared in `
|
|
35
|
+
- `caps`, for downloading dependencies declared in `deps.cirru`
|
|
36
36
|
- `bundle_calcit`, bundle code if you don't want to use Calcit Editor
|
|
37
37
|
|
|
38
38
|
For Ubuntu latest, try binaries from [Releases](https://github.com/calcit-lang/calcit/releases), which are provided for [CI usages](https://github.com/calcit-lang/respo-calcit-workflow/blob/main/.github/workflows/upload.yaml#L28-L37).
|
|
@@ -107,7 +107,7 @@ Read more in [Respo Calcit Workflow](https://github.com/calcit-lang/respo-calcit
|
|
|
107
107
|
|
|
108
108
|
### Modules
|
|
109
109
|
|
|
110
|
-
`
|
|
110
|
+
`deps.cirru` declares dependencies that need to download, which correspond to repositories on GitHub. Specify a branch or a tag:
|
|
111
111
|
|
|
112
112
|
```cirru
|
|
113
113
|
{}
|
package/lib/package.json
CHANGED