From 1c680d828cdb7a72ecfc0595223f68dd5a15af1d Mon Sep 17 00:00:00 2001 From: Audrey Lievremont Date: Fri, 11 Nov 2016 10:37:34 +0100 Subject: [PATCH] Heroku npm dependencies failed --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7cbcd6b..dda8ca2 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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" } }