From 933782e486b8e4f304cf376e54c280dd30975308 Mon Sep 17 00:00:00 2001 From: jensrott Date: Thu, 17 Oct 2019 19:56:33 +0200 Subject: [PATCH] updated readme --- README.md | 9 --------- package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 45cb109..fdedae7 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ Micro library that returns names of famous bike brands [![travis build](https://img.shields.io/travis/jensrott/bike-names.svg?style=flat-square)](https://travis-ci.com/jensrott/bike-names) [![coverals coverage](http://img.shields.io/coveralls/jensrott/bike-names.svg?style=flat)](https://coveralls.io/r/jensrott/bike-names) -  -  - # Install This package is distributed via npm: @@ -19,9 +16,6 @@ This package is distributed via npm: $ npm install bike-names ``` -  -  - # Usage ```javascript @@ -30,9 +24,6 @@ const allNames = names.all; const randomName = names.random(); ``` -  -  - # License MIT \ No newline at end of file diff --git a/package.json b/package.json index 61ba4db..ceb1d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bike-names", - "version": "1.1.0", + "version": "1.0.5", "description": "Get random bike names", "main": "lib/index.js", "scripts": {