Skip to content

Commit

Permalink
update readme header + remove accidental dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
g-harel committed Jan 10, 2019
1 parent a33869c commit ee6d358
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<p align="center">
<img src="https://svgsaur.us/?t=blobs&f=Comic_Sans_MS,cursive,sans-serif&s=100&w=260&h=90&y=85&o=b&c=222" />
</p>

<p align="center">
<a href="https://www.npmjs.com/package/blobs">
<img src="https://img.shields.io/npm/v/blobs.svg" />
</a>
<a href="https://bundlephobia.com/result?p=blobs">
<img src="https://img.shields.io/bundlephobia/min/blobs.svg" />
</a>
</p>
<img src="https://svgsaur.us/?t=blobs&f=Comic_Sans_MS,cursive,sans-serif&s=42&w=160&h=50&y=40&o=biu&c=222" />

[![](https://img.shields.io/npm/v/blobs.svg)](https://www.npmjs.com/package/blobs)
[![](https://img.shields.io/bundlephobia/minzip/blobs.svg)](hhttps://bundlephobia.com/result?p=blobs)

> random svg blob generator
## Install

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blobs",
"version": "1.0.0",
"version": "1.0.1",
"description": "svg blob generator",
"author": "g-harel",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,5 @@
"trailingComma": "all",
"bracketSpacing": false,
"arrowParens": "always"
},
"dependencies": {
"okwolo": "^3.4.3"
}
}

0 comments on commit ee6d358

Please sign in to comment.