Created
June 30, 2016 09:41
-
-
Save AubreyHewes/7ec769bd37d2d2ff9649f71a19ded57e to your computer and use it in GitHub Desktop.
sprity lwip dependency override for node v6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"sprity": { | |
"version": "1.0.8", | |
"dependencies": { | |
"sprity-lwip": { | |
"version": "1.0.3", | |
"dependencies": { | |
"lwip": { | |
"version": "0.0.9" | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment