moved npm-run-all and wait-on from dev to prod dependencies as they are needed for seeding

This commit is contained in:
Grzegorz Leoniec 2018-12-15 13:40:17 +01:00
parent aed2a73d13
commit 3fc7044676
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -51,7 +51,9 @@
"sanitize-html": "~1.19.3", "sanitize-html": "~1.19.3",
"faker": "~4.1.0", "faker": "~4.1.0",
"slug": "~0.9.3", "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": { "devDependencies": {
"@babel/cli": "~7.2.0", "@babel/cli": "~7.2.0",
@ -70,8 +72,6 @@
"eslint-plugin-standard": "~4.0.0", "eslint-plugin-standard": "~4.0.0",
"mocha": "~5.2.0", "mocha": "~5.2.0",
"nodemon": "~1.18.8", "nodemon": "~1.18.8",
"npm-run-all": "~4.1.5", "nyc": "^13.1.0"
"nyc": "^13.1.0",
"wait-on": "~3.2.0"
} }
} }