Skip to content

Commit ee6d358

Browse files
committed
update readme header + remove accidental dependency
1 parent a33869c commit ee6d358

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
<p align="center">
2-
<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" />
3-
</p>
4-
5-
<p align="center">
6-
<a href="https://www.npmjs.com/package/blobs">
7-
<img src="https://img.shields.io/npm/v/blobs.svg" />
8-
</a>
9-
<a href="https://bundlephobia.com/result?p=blobs">
10-
<img src="https://img.shields.io/bundlephobia/min/blobs.svg" />
11-
</a>
12-
</p>
1+
<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" />
2+
3+
[![](https://img.shields.io/npm/v/blobs.svg)](https://www.npmjs.com/package/blobs)
4+
[![](https://img.shields.io/bundlephobia/minzip/blobs.svg)](hhttps://bundlephobia.com/result?p=blobs)
5+
6+
> random svg blob generator
137
148
## Install
159

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blobs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "svg blob generator",
55
"author": "g-harel",
66
"license": "MIT",
@@ -39,8 +39,5 @@
3939
"trailingComma": "all",
4040
"bracketSpacing": false,
4141
"arrowParens": "always"
42-
},
43-
"dependencies": {
44-
"okwolo": "^3.4.3"
4542
}
4643
}

0 commit comments

Comments
 (0)