Skip to content

Commit

Permalink
use npm-hosted vue-3-socket.io
Browse files Browse the repository at this point in the history
  • Loading branch information
GizmoTjaz committed Jul 15, 2021
1 parent 18c3088 commit 99d4002
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"socket.io-client": "^4.1.2",
"tippy.js": "^6.3.1",
"vue": "^3.1.2",
"vue-3-socket.io": "git+https://github.com/kil0ba/Vue-3-Socket.io.git",
"vue-3-socket.io": "^1.0.4",
"vue-router": "^4.0.10",
"vuex": "^4.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/vue-3-socket.io/index.d.ts b/node_modules/vue-3-socket.io/index.d.ts
index dea7b6b..8ad0be2 100644
index dea7b6b..31413a5 100644
--- a/node_modules/vue-3-socket.io/index.d.ts
+++ b/node_modules/vue-3-socket.io/index.d.ts
@@ -1,63 +1,43 @@
Expand Down Expand Up @@ -95,4 +95,3 @@ index dea7b6b..8ad0be2 100644
+ constructor(options: VueSocketOptions);
+ install: (app: App) => void;
}
\ No newline at end of file

0 comments on commit 99d4002

Please sign in to comment.