Skip to content

Instantly share code, notes, and snippets.

@lanceon
Created March 16, 2017 11:55
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 lanceon/5711a62dde31439f36201745748d3604 to your computer and use it in GitHub Desktop.
Save lanceon/5711a62dde31439f36201745748d3604 to your computer and use it in GitHub Desktop.
package.json local filesystem dependency file path example on Windows
{
"name": "name",
"version": "0.0.0",
"description": "description",
"private": true,
"author": "author",
"dependencies": {
"dependency": "file:C:\\path\\to\\folder"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment