Skip to content

Commit cb55277

Browse files
committed
fix(package): fix typo
1 parent 59ff2f5 commit cb55277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git"
11+
"url": "git+https://github.com/broidHQ/vue-socket-io.git"
1212
},
1313
"keywords": [
1414
"vuejs",
@@ -17,14 +17,14 @@
1717
"socket.io",
1818
"websocket",
1919
"realtime",
20-
"vuex",
20+
"vuex"
2121
],
2222
"author": "Issam Hakimi aka Killix, Broid Team",
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/MetinSeylan/Vue-Socket.io/issues"
25+
"url": "https://github.com/broidHQ/vue-socket-io/issues"
2626
},
27-
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io#readme",
27+
"homepage": "https://github.com/broidHQ/vue-socket-io#readme",
2828
"dependencies": {
2929
"socket.io-client": "^2.0.3",
3030
"typescript": "^2.5.3"

0 commit comments

Comments
 (0)