Skip to content

Commit

Permalink
Heroku npm dependencies failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Asterodeia committed Nov 11, 2016
1 parent 50b461f commit 1c680d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"dependencies": {
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-vue": "^0.1.4",
"laravel-elixir-webpack-official": "^1.0.2",
"purecss": "^0.6.0"
},
Expand All @@ -21,6 +18,8 @@
"purecss": "^0.6.0"
},
"scripts": {
"postinstall": "npm install gulp-cli; gulp --production"
"prod": "gulp --production",
"dev": "gulp watch",
"postinstall": "gulp --production"
}
}

0 comments on commit 1c680d8

Please sign in to comment.