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

Commit

Permalink
[fixup] Hard link to wip PR commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Sep 14, 2020
1 parent 5cb909d commit aa3c907
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 6 deletions.
5 changes: 2 additions & 3 deletions book/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion book/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"docsify": "^4.11.6"
"docsify": "git+ssh://git@github.com:docsifyjs/docsify.git#c25af329490916aef821f694a2a5e2388778daef"
}
}
109 changes: 108 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"build": "rsync -av --progress book/ dist/ --exclude node_modules/prismjs",
"deploy": "npm run clean && npm run build && butler push dist/ grislyeye/three-meet:HTML"
},
"author": "R.G. Wood <ric@grislyeye.com>"
"author": "R.G. Wood <ric@grislyeye.com>",
"dependencies": {
"docsify": "^4.11.6"
}
}

0 comments on commit aa3c907

Please sign in to comment.