mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-19 04:10:34 +03:00
2.1.0
This commit is contained in:
Regular → Executable
+10
-8
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "vue-socket.io",
|
||||
"version": "2.0.1",
|
||||
"description": "socket.io implemantation for vuejs",
|
||||
"version": "2.1.0",
|
||||
"description": "socket.io implemantation for vuejs and vuex",
|
||||
"main": "dist/build.js",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
||||
"build": "webpack --progress --hide-modules"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -14,9 +14,13 @@
|
||||
"vuejs",
|
||||
"socket",
|
||||
"vue",
|
||||
"socket",
|
||||
"socket.io",
|
||||
"comolokko"
|
||||
"websocket",
|
||||
"socket.io-client",
|
||||
"realtime",
|
||||
"flux",
|
||||
"vuex",
|
||||
"redux"
|
||||
],
|
||||
"author": "Metin Seylan",
|
||||
"license": "MIT",
|
||||
@@ -31,8 +35,6 @@
|
||||
"babel-cli": "^6.11.4",
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"babel-preset-stage-0": "^6.3.13",
|
||||
"cross-env": "^2.0.0",
|
||||
"webpack": "^1.13.2"
|
||||
"webpack": "^2.2.0-rc.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user