Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit aa3c907

Browse files
committed
[fixup] Hard link to wip PR commit
docsifyjs/docsify#1372
1 parent 5cb909d commit aa3c907

File tree

4 files changed

+115
-6
lines changed

4 files changed

+115
-6
lines changed

book/package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"docsify": "^4.11.6"
3+
"docsify": "git+ssh://git@github.com:docsifyjs/docsify.git#c25af329490916aef821f694a2a5e2388778daef"
44
}
55
}

package-lock.json

Lines changed: 108 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"build": "rsync -av --progress book/ dist/ --exclude node_modules/prismjs",
1010
"deploy": "npm run clean && npm run build && butler push dist/ grislyeye/three-meet:HTML"
1111
},
12-
"author": "R.G. Wood <ric@grislyeye.com>"
12+
"author": "R.G. Wood <ric@grislyeye.com>",
13+
"dependencies": {
14+
"docsify": "^4.11.6"
15+
}
1316
}

0 commit comments

Comments
 (0)