From 3fc704467697ebf77cbf25647f571d160d0a813a Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 15 Dec 2018 13:40:17 +0100 Subject: [PATCH] moved npm-run-all and wait-on from dev to prod dependencies as they are needed for seeding --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f94b720ae..be8b95743 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,9 @@ "sanitize-html": "~1.19.3", "faker": "~4.1.0", "slug": "~0.9.3", - "trunc-html": "~1.1.2" + "trunc-html": "~1.1.2", + "npm-run-all": "~4.1.5", + "wait-on": "~3.2.0" }, "devDependencies": { "@babel/cli": "~7.2.0", @@ -70,8 +72,6 @@ "eslint-plugin-standard": "~4.0.0", "mocha": "~5.2.0", "nodemon": "~1.18.8", - "npm-run-all": "~4.1.5", - "nyc": "^13.1.0", - "wait-on": "~3.2.0" + "nyc": "^13.1.0" } }