Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit e1657d0

Browse files
committed
chore(package): fix version, update links
- fix version to `1.0.0` - replace all links from `Vue-Socket.io` to `vue-socket.io-extended` - update author - add `files`, to keep only `dist` folder in npm - update package description
1 parent 8777017 commit e1657d0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
2-
"name": "vue-socket.io",
3-
"version": "2.1.1-b",
4-
"description": "socket.io implemantation for vuejs and vuex",
2+
"name": "vue-socket.io-extended",
3+
"version": "1.0.0",
4+
"description": "Socket.io bindings for Vuejs and Vuex (based on Vue-Socket.io)",
55
"main": "dist/build.js",
66
"scripts": {
77
"build": "webpack --progress --hide-modules"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git"
11+
"url": "git+https://github.com/probil/vue-socket.io-extended.git"
1212
},
13+
"files": [
14+
"dist/"
15+
],
1316
"keywords": [
1417
"vuejs",
1518
"socket",
@@ -20,14 +23,15 @@
2023
"realtime",
2124
"flux",
2225
"vuex",
23-
"redux"
26+
"redux",
27+
"vue-socket.io"
2428
],
25-
"author": "Metin Seylan",
29+
"author": "Max Lyashuk <[email protected]>",
2630
"license": "MIT",
2731
"bugs": {
28-
"url": "https://github.com/MetinSeylan/Vue-Socket.io/issues"
32+
"url": "https://github.com/probil/vue-socket.io-extended/issues"
2933
},
30-
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io#readme",
34+
"homepage": "https://github.com/probil/vue-socket.io-extended#readme",
3135
"dependencies": {
3236
"socket.io-client": "^2.0.0"
3337
},

0 commit comments

Comments
 (0)