Skip to content

Commit ebd5ad4

Browse files
authored
Merge pull request #2218 from jasonandjay/minor-fix
Minor fixes throughout codebase
2 parents 151173f + 744afd5 commit ebd5ad4

File tree

5 files changed

+155
-110
lines changed

5 files changed

+155
-110
lines changed

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- run: npm ci
130130
- run: npm run doc
131131
- name: Upload artifact
132-
uses: actions/upload-pages-artifact@v2
132+
uses: actions/upload-artifact@v4
133133
with:
134134
path: ./docs
135135

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2020 bitcoinjs-lib contributors
3+
Copyright (c) 2011-2025 bitcoinjs-lib contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)