Skip to content

Commit 1828500

Browse files
committed
Attempt to fix logo on NPM
1 parent c4f2ad5 commit 1828500

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
> Universal Vue stores you write once and use anywhere
44
5-
<p align="center">
6-
<image src="docs/logo.png" alt="logo" align="center">
7-
</p>
5+
![logo](docs/logo.png)
86

97
## Abstract
108

docs/logo.png

527 Bytes
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-class-store",
33
"description": "Universal Vue stores you write once and use anywhere",
4-
"version": "2.0.1",
4+
"version": "2.0.3",
55
"author": "Dave Stewart",
66
"license": "MIT",
77
"main": "dist/vue-class-store.js",

0 commit comments

Comments
 (0)