Skip to content

Commit

Permalink
Move sequelize-cli from devDependencies to dependencies, because it i…
Browse files Browse the repository at this point in the history
…s needed to run migrations at run-time

Signed-off-by: Tobias Kremer <tobias.kremer@gmail.com>
  • Loading branch information
soulchild committed Sep 6, 2019
1 parent 529075f commit ea3c824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -114,6 +114,7 @@
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",
"sequelize": "^5.15.1",
"sequelize-cli": "^5.5.1",
"shortid": "2.2.8",
"socket.io": "~2.1.1",
"socket.io-client": "~2.1.1",
Expand Down Expand Up @@ -194,7 +195,6 @@
"mock-require": "^3.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"script-loader": "^0.7.2",
"sequelize-cli": "^5.4.0",
"string-loader": "^0.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
Expand Down

0 comments on commit ea3c824

Please sign in to comment.