diff --git a/.npmignore b/.npmignore index 88e510c..4b2f0f7 100644 --- a/.npmignore +++ b/.npmignore @@ -9,8 +9,5 @@ writings /index.js .github -/images/logo1.tif -/images/big_logo1.png - *.js.map *.tgz \ No newline at end of file diff --git a/README.md b/README.md index 957c00c..dc6b6db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - # [bracketry](https://sbachinin.github.io/bracketry-site) · [![test workflow](https://github.com/sbachinin/bracketry/actions/workflows/main.yml/badge.svg)](https://github.com/sbachinin/bracketry/actions/) [![npm](https://img.shields.io/npm/v/bracketry.svg?style=flat-square)](https://www.npmjs.com/package/bracketry) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/sbachinin/bracketry/blob/main/LICENSE.md) JavaScript library that takes your data and draws the tree of a knockout tournament in the browser. Suitable (hopefully) for any kind of sport diff --git a/images/big_logo1.png b/images/big_logo1.png deleted file mode 100644 index ae31a71..0000000 Binary files a/images/big_logo1.png and /dev/null differ diff --git a/images/logo1.png b/images/logo1.png deleted file mode 100644 index d337338..0000000 Binary files a/images/logo1.png and /dev/null differ diff --git a/images/logo1.tif b/images/logo1.tif deleted file mode 100644 index a22337a..0000000 Binary files a/images/logo1.tif and /dev/null differ