diff --git a/README.md b/README.md index 08ffb00..f84c213 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/package-lock.json b/package-lock.json index a643851..256f63f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "orbit-db-benchmark-runner", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d448586..466fc27 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -9,7 +9,7 @@ "scripts": { "test": "nyc mocha --expose-gc" }, - "author": "aphelionz", + "author": "mistakia", "license": "MIT", "dependencies": { "expose-gc": "^1.0.0",