Skip to content

Commit 6eb7d29

Browse files
Merge pull request #11 from richardeschloss/development
Development
2 parents fcccddf + 16f5ba4 commit 6eb7d29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![npm](https://img.shields.io/npm/v/nuxt-socket-io)
2-
![npm](https://img.shields.io/npm/dt/nuxt-socket-io)
1+
[![npm](https://img.shields.io/npm/v/nuxt-socket-io)](https://www.npmjs.com/package/nuxt-socket-io)
2+
[![npm](https://img.shields.io/npm/dt/nuxt-socket-io)](https://www.npmjs.com/package/nuxt-socket-io)
33
[![](https://gitlab.com/richardeschloss/nuxt-socket-io/badges/master/pipeline.svg)](https://gitlab.com/richardeschloss/nuxt-socket-io)
44
[![](https://gitlab.com/richardeschloss/nuxt-socket-io/badges/master/coverage.svg)](https://gitlab.com/richardeschloss/nuxt-socket-io)
5-
![NPM](https://img.shields.io/npm/l/nuxt-socket-io)
5+
[![NPM](https://img.shields.io/npm/l/nuxt-socket-io)](https://github.com/richardeschloss/nuxt-socket-io/blob/development/LICENSE)
66

77
# nuxt-socket-io
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-socket-io",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Socket.io module for Nuxt. Just plug it in and GO",
55
"author": "Richard Schloss",
66
"main": "io/module.js",

0 commit comments

Comments
 (0)