disable axe, lock gun version

This commit is contained in:
Daniel Lugo 2020-02-14 14:21:46 -04:00
parent 3c41d435fd
commit 207936a9fd
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
"google-proto-files": "^1.0.3", "google-proto-files": "^1.0.3",
"graphviz": "0.0.8", "graphviz": "0.0.8",
"grpc": "^1.21.1", "grpc": "^1.21.1",
"gun": "^0.2019.1211", "gun": "0.2019.1211",
"husky": "^3.0.9", "husky": "^3.0.9",
"jsonfile": "^4.0.0", "jsonfile": "^4.0.0",
"jsonwebtoken": "^8.3.0", "jsonwebtoken": "^8.3.0",

View file

@ -232,7 +232,7 @@ const instantiateGun = async () => {
} }
const _gun = new Gun({ const _gun = new Gun({
axe: true, axe: false,
peers: Config.PEERS peers: Config.PEERS
}) })