This commit is contained in:
Dragon Fire
2018-03-29 21:41:50 +00:00
parent c7f969fcf9
commit 0b9d13aed5
+4 -2
View File
@@ -41,7 +41,7 @@
"node-opus": "^0.2.7", "node-opus": "^0.2.7",
"pg": "^6.4.2", "pg": "^6.4.2",
"pg-hstore": "^2.3.2", "pg-hstore": "^2.3.2",
"sequelize": "^4.37.4", "sequelize": "^4.37.5",
"snekfetch": "^3.6.4", "snekfetch": "^3.6.4",
"uws": "^9.14.0", "uws": "^9.14.0",
"xml2js": "^0.4.19", "xml2js": "^0.4.19",
@@ -54,6 +54,8 @@
}, },
"eslintConfig": { "eslintConfig": {
"extends": "amber", "extends": "amber",
"plugins": ["json"] "plugins": [
"json"
]
} }
} }