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

Commit

Permalink
v1.0.4 fixing authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed Aug 30, 2020
1 parent a11f01f commit 892d05b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OrbitDB Benchmark Runner (_benchmark_runner_)
# OrbitDB Benchmark Runner (_benchmark-runner_)

[![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)

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

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

**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.

## License

[MIT](LICENSE) © OrbitDB Community
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orbit-db-benchmark-runner",
"version": "1.0.3",
"version": "1.0.4",
"description": "OrbitDB Benchmark Runner",
"main": "index.js",
"bin": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"test": "nyc mocha --expose-gc"
},
"author": "aphelionz",
"author": "mistakia",
"license": "MIT",
"dependencies": {
"expose-gc": "^1.0.0",
Expand Down

0 comments on commit 892d05b

Please sign in to comment.