Skip to content

Commit 1ad42e1

Browse files
committed
upgrade deps; fix README
1 parent e782afa commit 1ad42e1

File tree

4 files changed

+166
-164
lines changed

4 files changed

+166
-164
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.os }}-yarn-
2626
2727
- name: wget
28-
run: mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.2/cr
28+
run: mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.8/cr
2929
- name: "permission"
3030
run: chmod +x ci-bin/cr
3131

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
Calcit Home Page
33
----
44

5-
### Usages
6-
7-
Install [calcit](https://github.com/Cirru/calcit) to run demo:
8-
9-
```bash
10-
cr
11-
```
12-
13-
Notice that the loaded modules comes from [phlox.calcit](https://github.com/Respo/respo.calcit).
14-
155
### Workflow
166

177
https://github.com/calcit-lang/respo-calcit-workflow

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"@calcit/procs": "^0.6.2",
3+
"@calcit/procs": "^0.6.8",
44
"cirru-color": "^0.2.3"
55
},
66
"devDependencies": {
77
"bottom-tip": "^0.1.3",
8-
"vite": "^3.0.4"
8+
"vite": "^3.1.4"
99
},
1010
"version": "0.0.1"
1111
}

0 commit comments

Comments
 (0)