Skip to content

Instantly share code, notes, and snippets.

@gurpreetatwal
Last active January 17, 2019 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurpreetatwal/bc3a6b9a142a76de98de18469261aa05 to your computer and use it in GitHub Desktop.
Save gurpreetatwal/bc3a6b9a142a76de98de18469261aa05 to your computer and use it in GitHub Desktop.
{
"name": "optional-dep-testing",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"optional-dep": {
"version": "1.0.0",
"resolved": "github:gurpreetatwal/optional-dep#7a990fa0d1c3799800e0af1826124b8a25b9f0ac",
"optional": true
}
}
}
{
"name": "optional-dep-testing",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {
"optional-dep": "github:gurpreetatwal/optional-dep"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment