Created
March 16, 2017 11:55
-
-
Save lanceon/5711a62dde31439f36201745748d3604 to your computer and use it in GitHub Desktop.
package.json local filesystem dependency file path example on Windows
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
{ | |
"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