Commit eee2a8b7 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3763 from vinkla/npm

Add npm scripts
parents d359343c 909f063c
{
"private": true,
"devDependencies": {
"gulp": "^3.9.1"
"scripts": {
"postinstall": "gulp --production",
"prod": "gulp --production",
"dev": "gulp watch"
},
"dependencies": {
"devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0",
"bootstrap-sass": "^3.0.0"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment