feat(deps): upgrade to aegir@12 and browserify-aes@1.0.8

This commit is contained in:
Friedel Ziegelmayer
2017-09-05 15:28:43 +02:00
committed by GitHub
parent cb7fae7fcc
commit 83257bc4bd
22 changed files with 32 additions and 54 deletions

View File

@ -22,5 +22,6 @@ curves.forEach((curve) => {
}, { defer: true })
})
suite.on('cycle', (event) => console.log(String(event.target)))
.run({async: true})
suite
.on('cycle', (event) => console.log(String(event.target)))
.run({async: true})