This commit is contained in:
Daniel Odendahl Jr
2018-04-04 00:57:58 +00:00
+4 -2
View File
@@ -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"
]
}
}