jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 401 forks source link

Fixed missing dependencies on package.json #473

Closed saade closed 7 years ago

saade commented 7 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

Fixed missing dependencies, as described in #468

What is the new behavior?

Added:

{ 
    "buble": "^0.15.2",
    "buble-loader": "^0.4.0",
    "gulp-concat": "^2.6.1",
    "gulp-if": "^2.0.2",
    "gulp-notify": "^3.0.0",
    "gulp-uglify": "^2.0.1"
}

Does this PR introduce a breaking change?

jadjoubran commented 7 years ago

Thanks!