Skip to content

Commit

Permalink
Bump micro-should devdep
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 13, 2025
1 parent 4e176e5 commit 1112923
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@paulmillr/jsbt": "0.2.1",
"micro-should": "0.4.0",
"micro-should": "0.5.0",
"prettier": "3.3.2",
"typescript": "5.5.2"
},
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @module Audited & minimal JS implementation of
* Audited & minimal JS implementation of
* [BIP39 mnemonic phrases](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).
* @module
* @example
```js
import * as bip39 from '@scure/bip39';
Expand Down

0 comments on commit 1112923

Please sign in to comment.