Skip to content

Commit

Permalink
update docco to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed Aug 13, 2024
1 parent d96e4ad commit 819cf1a
Show file tree
Hide file tree
Showing 10 changed files with 562 additions and 534 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
with:
node-version: '16'
- run: |
npm config set strict-ssl false
npm ci --prefix .npm
.npm/node_modules/docco/bin/docco c/secp256k1_blake160_sighash_all.c c/secp256k1_blake160_multisig_all.c c/dao.c
git diff --exit-code
Expand Down
151 changes: 90 additions & 61 deletions .npm/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 .npm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"docco": "=0.8.0"
"docco": "=0.9.1"
}
}
Loading

0 comments on commit 819cf1a

Please sign in to comment.