Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 2b63ccb

Browse files
committed
feat(generic): add tests to generic
1 parent b64d8e8 commit 2b63ccb

File tree

4 files changed

+39
-709
lines changed

4 files changed

+39
-709
lines changed

API/generic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ipfs.id(function (err, identity) {
3232

3333
##### `JavaScript` - ipfs.version([callback])
3434

35-
`callback` must follow `function (err, version) {}` signature, where `err` is an error if the operation was not successful. `version` is the version string of the implementation.
35+
`callback` must follow `function (err, version) {}` signature, where `err` is an error if the operation was not successful. `version` is an object with the version of the implementation, the commit and the Repo.
3636

3737
If no `callback` is passed, a promise is returned.
3838

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"greenkeeperio-bot <[email protected]>",
4848
"nginnever <[email protected]>"
4949
]
50-
}
50+
}

0 commit comments

Comments
 (0)