This commit is contained in:
Joe Ksiazek 2018-03-15 19:51:00 -04:00
parent ea4c3fd081
commit 82fbec7c69
2 changed files with 2 additions and 2 deletions

2
dist/build.js vendored

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
"name": "vue-socket.io",
"version": "2.1.1-b",
"description": "socket.io implemantation for vuejs and vuex",
"main": "src/Main.js",
"main": "dist/build.js",
"scripts": {
"build": "webpack --progress --hide-modules"
},