We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f0549 commit 48ba62dCopy full SHA for 48ba62d
.github/workflows/gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
export DENO_INSTALL="/home/runner/.deno"
18
export PATH="$DENO_INSTALL/bin:$PATH"
19
deno --version
20
- deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.5/mod.ts
+ deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@0.7.6/mod.ts
21
pagic build
22
23
- name: Deploy
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-tutorial",
3
- "version": "0.1.1",
+ "version": "0.1.0",
4
"description": "从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript",
5
"main": "README.md",
6
"scripts": {
0 commit comments