Skip to content

Instantly share code, notes, and snippets.

@AubreyHewes
Created June 30, 2016 09:41
Show Gist options
  • Save AubreyHewes/7ec769bd37d2d2ff9649f71a19ded57e to your computer and use it in GitHub Desktop.
Save AubreyHewes/7ec769bd37d2d2ff9649f71a19ded57e to your computer and use it in GitHub Desktop.
sprity lwip dependency override for node v6
{
"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