disable axe, lock gun version
This commit is contained in:
parent
3c41d435fd
commit
207936a9fd
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"google-proto-files": "^1.0.3",
|
||||
"graphviz": "0.0.8",
|
||||
"grpc": "^1.21.1",
|
||||
"gun": "^0.2019.1211",
|
||||
"gun": "0.2019.1211",
|
||||
"husky": "^3.0.9",
|
||||
"jsonfile": "^4.0.0",
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ const instantiateGun = async () => {
|
|||
}
|
||||
|
||||
const _gun = new Gun({
|
||||
axe: true,
|
||||
axe: false,
|
||||
peers: Config.PEERS
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue