diff --git a/package.json b/package.json index f04a286d..00f8bc51 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "node-opus": "^0.2.7", "pg": "^6.4.2", "pg-hstore": "^2.3.2", - "sequelize": "^4.37.4", + "sequelize": "^4.37.5", "snekfetch": "^3.6.4", "uws": "^9.14.0", "xml2js": "^0.4.19", @@ -54,6 +54,8 @@ }, "eslintConfig": { "extends": "amber", - "plugins": ["json"] + "plugins": [ + "json" + ] } }