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

fix: reference files directly to avoid npm install failures #408

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

jacobheun
Copy link
Contributor

#400 added the core libp2p modules locally. I attempted to keep the package.json files to make it easier to reference each module, however, this fails during an npm install because it looks for the packages json file locally before actually downloading libp2p.

This removes the package.json files as they aren't useful anymore, and fixes all references to the modules.

Copy link
Member

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants