Merge pull request #90 from libp2p/fix/missing-dep-async

fix: added missing dep async
This commit is contained in:
David Dias 2017-06-28 19:29:44 +01:00 committed by GitHub
commit e3870f3f8a

View File

@ -40,6 +40,7 @@
"pre-commit": "^1.2.2"
},
"dependencies": {
"async": "^2.4.1",
"libp2p-ping": "~0.3.2",
"libp2p-swarm": "~0.29.1",
"mafmt": "^2.1.8",