Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msonowal authored Aug 7, 2017
1 parent 9be75c4 commit e871a7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "vue-echo-laravel",
"version": "0.0.3",
"version": "0.0.4",
"description": "It's a laravel/echo wrapper for Vue JS ^2.0. This Vue plugin injects a Laravel Echo instance into all of your vue instances, allowing for a simple channel subscription on each instance, or using Laravel Echo through this.$echo. It will be synced with lates version of echo repo",
"main": "dist/build.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"laravel-echo": "^1.3.1",
"laravel-echo": "^1.3.2",
"pusher-js": "^4.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.0.1",
"cross-env": "^5.0.4",
"webpack": "^3.3.0"
},
"repository": {
Expand Down

0 comments on commit e871a7e

Please sign in to comment.