2.1.1-b build

This commit is contained in:
Metin Seylan 2018-01-15 14:51:11 +03:00
parent 1e2702b912
commit 8951667903
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
node_modules/
npm-debug.log
.idea/
package-lock.json

2
dist/build.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "vue-socket.io",
"version": "2.1.1-a",
"version": "2.1.1-b",
"description": "socket.io implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {