Skip to content

Commit 106b651

Browse files
JonKronedaviddias
authored andcommitted
feat: export the current repo version. (#158)
1 parent 4a52980 commit 106b651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class IpfsRepo {
203203
}
204204

205205
module.exports = IpfsRepo
206+
module.exports.repoVersion = repoVersion
206207

207208
function ignoringIf (cond, cb) {
208209
return (err) => {

0 commit comments

Comments
 (0)