Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: revert async dep change #97

Merged
merged 2 commits into from Jul 23, 2019
Merged

chore: revert async dep change #97

merged 2 commits into from Jul 23, 2019

Conversation

jacobheun
Copy link
Contributor

This reverts async to the 2.6 line as 3.0 has issues #96 (comment).

Note this merge is into a 0.12.x branch. Since 0.13 is already out and is leveraging the async/await codebase, we need to release from the latest 0.12 tag. 0.12.x is based off of that latest release. Once released, I will delete that branch as well.

package.json Outdated
"bundlesize": "~0.17.1",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1"
},
"dependencies": {
"libp2p-crypto": "~0.16.1",
"async": "^3.0.1",
"async": "^2.6.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, 2.6.3 is latest async@2.x version

package.json Outdated Show resolved Hide resolved
Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai>
@jacobheun jacobheun merged commit 8bcd9a8 into 0.12.x Jul 23, 2019
@jacobheun jacobheun deleted the fix/async-dep-update branch July 23, 2019 12:33
@jacobheun
Copy link
Contributor Author

v0.12.4 is out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants