mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
moved npm-run-all and wait-on from dev to prod dependencies as they are needed for seeding
This commit is contained in:
parent
aed2a73d13
commit
3fc7044676
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user