Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 892d05b

Browse files
committed
v1.0.4 fixing authorship
1 parent a11f01f commit 892d05b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OrbitDB Benchmark Runner (_benchmark_runner_)
1+
# OrbitDB Benchmark Runner (_benchmark-runner_)
22

33
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io) [![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord)](https://discord.gg/v3RNE3M)
44

@@ -24,6 +24,8 @@ If you think this could be better, please [open an issue](https://github.com/orb
2424

2525
Please note that all interactions in [@orbitdb](https://github.com/orbitdb) fall under our [Code of Conduct](CODE_OF_CONDUCT.md).
2626

27+
**Note:** The commits of this repository had to be fixed from the initial import. This means if you had forked the repo and had prepared contributions, you need now to rebase them against the latest master. There should not be any conflicts.
28+
2729
## License
2830

2931
[MIT](LICENSE) © OrbitDB Community

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit-db-benchmark-runner",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "OrbitDB Benchmark Runner",
55
"main": "index.js",
66
"bin": {
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "nyc mocha --expose-gc"
1111
},
12-
"author": "aphelionz",
12+
"author": "mistakia",
1313
"license": "MIT",
1414
"dependencies": {
1515
"expose-gc": "^1.0.0",

0 commit comments

Comments
 (0)